Laravel Advanced CRUD API Architecture for Small to Big Project.
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
.Now migrate and seed database to complete whole project setup by running this-
php artisan migrate:refresh --seed
It will create 21
Users and 103
Dummy Products.
Run the server -
php artisan serve