laravel rest api exmple
1.0.0
A simple task management API implementation with Laravel
cp .env.example .env
composer install
php artisan migrate
php artisan key:generate
php artisan serve
php artisan queue:work