This is a sample project using Laravel and more.
These are some useful artisan commands.
Create the project
composer create-project laravel/laravel appMigrate the database
php artisan migrateStart the project
php artisan serveProvided by Scribe.
Run this command each time you modify the API endpoints.
php artisan scribe:generateGo to http://localhost:8000/docs to view the docs.
Provided by laravel-web-tinker.
Go to http://localhost:8000/tinker to open the REPL.