Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 315 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 315 Bytes

Laravel Api

Install

composer install
php artisan key:generate
php artisan queue:table
php artisan migrate

Queue

php artisan queue:work

Dev

Serve

php artisan serve

http://localhost:8000/

Fix code style

vendor/bin/pint
// or
composer fix-style