laravel rest api exmple
1.0.0
Laravel を使用したシンプルなタスク管理 API の実装
cp .env.example .env
を実行します。composer install
php artisan migrate
php artisan key:generate
php artisan serve
php artisan queue:work