PHP >=7.2 (Newer is Better)
- run
composer install
- run
cp .env.example .env
- fill the database credential of
.env
- run
php artisan key:generate
- run
php artisan migrate
- run
php artisan passport:install
- run
php artisan db:seed
- lastly, run
php artisan serve
or preferably create a virtual host