Laravel Advanced API Architecture for Small to Big Project with Auth, Repository, Interfaces, Unit Testing and so many stuffs with Laravel 11.x
Basic Laravel CRUD API application included with Authentication Module & Product Module. It’s included with JWT authentication and Swagger API format.
git clone https://github.com/ManiruzzamanAkash/Laravel-Basic-CRUD-API.git
cd Laravel-Basic-CRUD-API
& Run the.env
file & Copy .env.example
file to .env
filelaravel_basic_crud
.composer install
.php artisan migrate:refresh --seed
It will create 21
Users and 103
Dummy Products.
php artisan serve