First, run the development server:
composer installCopy file ".env.example" and change name to ".env" and input database|mail config
php artisan key:generate
php artisan jwt:secret
php artisan migrate
php artisan db:seed
php artisan serve --host=localhost --port=8080