/laravel-api

Laravel Api Template

Primary LanguagePHP

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