This is an old web app. This app still using Laravel version 5.5.x.
Documentation for the framework can be found on the Laravel website.
-
PHP v7.2.*
-
Composer v2
-
MySQL v5
-
Clone project from this repository
-
Run
composer install -
config the
.envfile -
Run
php artisan key:generate -
Run
php artisan migrate -
Run
php artisan db:seed -
Run
php artisan serve -
Done.
