Smart Documentation System
  • PHP 80.7%
  • Blade 17.8%
  • Shell 0.9%
  • Dockerfile 0.5%
Find a file
2021-12-23 15:28:57 +01:00
.github/workflows SonarQube! 2021-11-11 15:12:05 +01:00
app Fixed stack 2021-12-23 11:04:26 +01:00
bootstrap Laravel starter 2021-09-30 17:43:16 +02:00
config Fixed stack 2021-12-23 11:04:26 +01:00
data Updated data folder 2021-12-22 13:07:08 +01:00
database Fixed delete of user permissions 2021-12-20 10:33:15 +01:00
deploy/docker/app Added data folder 2021-12-22 13:04:03 +01:00
docker Added timeline and dark mode 2021-11-27 15:48:28 +01:00
public Logo change 2021-12-22 12:43:28 +01:00
resources Favicon 2021-12-23 15:28:57 +01:00
routes Merge branch 'master' into te-f-logging 2021-12-23 10:25:40 +01:00
scripts User, client and file seeder 2021-10-12 14:08:32 +02:00
storage Laravel starter 2021-09-30 17:43:16 +02:00
tests Lot's of code cleanup 2021-11-22 20:37:20 +01:00
.dockerignore Deployment! 2021-12-02 20:45:39 +01:00
.editorconfig Laravel starter 2021-09-30 17:43:16 +02:00
.env.example Updated example .env 2021-12-22 13:13:54 +01:00
.gitattributes Laravel starter 2021-09-30 17:43:16 +02:00
.gitignore Updated data folder 2021-12-22 13:07:08 +01:00
.styleci.yml Laravel starter 2021-09-30 17:43:16 +02:00
_ide_helper.php Added better autocomplete 2021-11-16 12:27:47 +01:00
artisan Laravel starter 2021-09-30 17:43:16 +02:00
composer.json Removed more branding 2021-12-22 12:49:33 +01:00
composer.lock Revision requests moderation 2021-12-14 14:31:43 +01:00
deploy.sh Auto migrate 2021-12-17 10:18:29 +01:00
docker-compose.prod.yml Logo change 2021-12-22 12:43:28 +01:00
docker-compose.yml Live reload; Public view; 2021-12-01 14:15:12 +01:00
env.bat Users (create, update, delete) - in progress 2021-11-09 21:22:00 +01:00
LICENSE Initial commit 2021-09-30 16:43:20 +02:00
package-lock.json Checkboxes on User Edit Page 2021-12-21 09:29:54 +01:00
package.json Removed more branding 2021-12-22 12:49:33 +01:00
phpunit.xml Laravel starter 2021-09-30 17:43:16 +02:00
README.md Updated README 2021-12-22 13:04:25 +01:00
sail-prod Deployment! 2021-12-02 20:45:39 +01:00
server.php Laravel starter 2021-09-30 17:43:16 +02:00
setup-repo.sh Added setup script 2021-10-20 12:22:17 +02:00
sonar-project.properties Sonar project exclusion 2021-11-16 21:07:31 +01:00
tailwind.config.js Send mail button 2021-11-26 20:25:02 +01:00
webpack.mix.js Live reload; Public view; 2021-12-01 14:15:12 +01:00

smart-documentation-system

Smart Documentation System

Installation instructions

  1. Clone the repo
  2. Add a .env file with the configuration for the application.
  3. Add your own logo under ./data/icon.png.
  4. Run ./deploy to build, migrate the database and start the application.
  5. You're done!