You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* php artisan route:list //To show all routes of the API
* php artisan migrate:refresh --seed // Reload all migrations running all seeders to populate the database
Locales
app/Http/Crontrollers/Api - you will find all of the controllers of the application;
app/Model/Api - you will find all of the models od the application;
route/api - you will find all of the routes of the api;
database/migrations - you can see all migrations;
* database/postman - you will find a postman file to import to your postman.