composer install
php artisan key:generate
php artisan queue:table
php artisan migrate
php artisan queue:work
Serve
php artisan serve
Fix code style
vendor/bin/pint
// or
composer fix-style
composer install
php artisan key:generate
php artisan queue:table
php artisan migrate
php artisan queue:work
Serve
php artisan serve
Fix code style
vendor/bin/pint
// or
composer fix-style