This App using Laravel version 5.6
Documentation for the framework can be found on the Laravel website.
-
Clone project from this repository
-
Run
composer install -
Create database
-
Run
copy .env.example .env -
Config the
.envfile -
Run
php artisan key:generate -
Run
php artisan migrate -
Run
php artisan db:seed -
Run
php artisan storage:link -
Run
php artisan serve -
Done.