YouTube .
git clone https://github.com/harikt/dms-expressive-skeleton
cd dms-expressive-skeleton
composer install
Open .env
file and modify database, username and password according to yours.
# Make migration script
./console dms:make:migration init
# Check status of migration
./console migrate:status
# Execute migration
./console migrate
Start your webserver and enjoy DMS!.
php -S 0.0.0.0:8080 -t public public/index.php
Browse http://localhost:8080/dms/auth/login .
Username : admin
Password : admin