PHP Classes

Advanced Laravel CRUD API: Implement API that provide CRUD operations

Recommend this page to a friend!
  Info   View files Documentation   View files View files (113)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2022-10-21 (1 month ago) RSS 2.0 feedNot yet rated by the usersTotal: 28 This week: 27All time: 10,659 This week: 3Up
Version License PHP version Categories
laravel-advanced-cru 1.0.0MIT/X Consortium ...5PHP 5, E-Commerce, User Management, L..., W..., D...
Description Author

This package allows to implementation of API that provides CRUD operations.

It provides a Laravel-based application that implements several modules there perform operations to create, read, update and delete records of model objects.

Currently, it provides modules that perform CRUD operations on:

- Registered users

- Available products

- User welcome

Picture of Maniruzzaman Akash
  Performance   Level  
Innovation award
Innovation award
Nominee: 4x

 

Details

Laravel CRUD API with Auth

Basic Laravel CRUD API application included with Authentication Module & Product Module. It's included with JWT authentication and Swagger API format.

Language & Framework Used:

  1. PHP-8
  2. Laravel-9

Older Versions (if Needed):

  1. Laravel 8.x - https://github.com/ManiruzzamanAkash/Laravel-Advanced-CRUD-API/releases/tag/vLaravel8.x

Architecture Used:

  1. Laravel 9.x
  2. Interface-Repository Pattern
  3. Model Based Eloquent Query
  4. Swagger API Documentation - https://github.com/DarkaOnLine/L5-Swagger
  5. JWT Auth - https://github.com/tymondesigns/jwt-auth
  6. PHP Unit Testing - Some basic unit testing added.

API List:

Authentication Module
  1. [x] Register User API with Token
  2. [x] Login API with Token
  3. [x] Authenticated User Profile
  4. [x] Refresh Data
  5. [x] Logout
Product Module
  1. [x] Product List
  2. [x] Product List [Public]
  3. [x] Create Product
  4. [x] Edit Product
  5. [x] View Product
  6. [x] Delete Product

How to Run:

  1. Clone Project -
git clone https://github.com/ManiruzzamanAkash/Laravel-Basic-CRUD-API.git
  1. Go to the project drectory by `cd Laravel-Basic-CRUD-API` & Run the
  2. Create `.env` file & Copy `.env.example` file to `.env` file
  3. Create a database called - `laravel_basic_crud`.
  4. Install composer packages - `composer install`.
  5. 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.
  6. Generate Swagger API
    php artisan l5-swagger:generate
    
  7. Run the server -
    php artisan serve
    
  8. Open Browser - http://127.0.0.1:8000 & go to API Documentation - http://127.0.0.1:8000/api/documentation
  9. You'll see a Swagger Panel.

Procedure

  1. First Login with the given credential or any other user credential
  2. Set bearer token to Swagger Header or Post Header as Authentication
  3. Hit Any API, You can also hit any API, before authorization header data set to see the effects.

Demo

API List Views:

<img src="https://i.ibb.co/gV1Yn9Z/1-Swagger-API-Demo.png" alt="1-Swagger-API-Demo" border="0">

Login in Swagger with Given Data:

<img src="https://i.ibb.co/5vrXkgN/2-API-Login1.png" alt="2-API-Login1" border="0">

Get token After Successful Login:

<img src="https://i.ibb.co/cQ37n9t/3-API-Login2-Response.png" alt="3-API-Login2-Response" border="0">

Set token in Swagger Header:

<img src="https://i.ibb.co/m8xQZ4T/Screenshot-2022-07-12-at-8-37-47-AM.png" alt="4-API-Swagger-Set-Bearer-Token" border="0">

Or, Set token in Postman Header as Authorization:

<img src="https://i.ibb.co/7p8Y3Yz/Postman-Product-List-API-with-Authenticated-Token.png" alt="Postman-Product-List-API-with-Authenticated-Token" border="0">

Hit Any API Route in Swagger:

<img src="https://i.ibb.co/VSWbXq9/5-API-Swaagger-Public-Product-List-View.png" alt="5-API-Swaagger-Public-Product-List-View" border="0">

Image Upload throw Postman:

<img src="https://i.ibb.co/VBkMBBp/Postman-Store-Product-with-File-Upload.png" alt="Postman-Store-Product-with-File-Upload" border="0">

Test

  1. Test with Postman - https://www.getpostman.com/collections/5642915d135f376b84af [Click to open with post man]
  2. Test with Swagger.
  3. Swagger Limitation: Image can not be uploaded throw Swagger, it can be uploaded throw Postman.
  Files folder image Files  
File Role Description
Files folder imageapp (9 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (16 files)
Files folder imagedatabase (4 directories)
Files folder imagepublic (4 files, 2 directories)
Files folder imageresources (3 directories)
Files folder imageroutes (4 files)
Files folder imagestorage (1 directory)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file docker-compose.yml Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file server.php Aux. Auxiliary script
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:28
This week:27
All time:10,659
This week:3Up