-
Create Project laravel new project-name https://laravel.com/docs/12.x/installation
-
Install Route Api and Config
- code install route api like:: https://laravel.com/docs/12.x/routing#api-routes php artisan install:api
-
code create file config table php artisan make:migration create_table-name_table
-
code run file table to data base php artisan migrate
- code create model use jion table relationships https://laravel.com/docs/12.x/eloquent-relationships