This App using Laravel Framework version 5.8.x
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 your database in
.envfile -
Run
php artisan key:generate -
Run
php artisan passport:install --force -
Run
php artisan passport:keys --force -
Run
php artisan migrate --seed -
Run
php artisan serve(Optional) -
Done.