PHP Classes

Laravel Swagger Sanctum: Product management application with an API

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 23 All time: 11,291 This week: 455Up
Version License PHP version Categories
laravel-swagger-sanc 1.0The PHP License5PHP 5, E-Commerce, Web services
Description 

Author

This package provides a product management application with an API.

It provides a Web interface and implements an API that allows users to perform several types of operations to manage records of products stored in a database.

Currently, it can:

- List all products

- Store a new product

- Show a single product

- Update a given product

- Delete a product

Picture of Hicri
  Performance   Level  
Innovation award
Innovation award
Nominee: 4x

Winner: 1x

 

Documentation

Build


 - commposer update
 - .env edit
 - php artisan migrate
 - php artisan serve

swagger route list

  • route http://127.0.0.1:8000/api/documentation

swagger

sanctum route list

 - http://127.0.0.1:8000/api/register


* field
  * name
  * email
  * password
  * password_confirmation

register

 - http://127.0.0.1:8000/api/login

* field
  * email
  * password

login

 - http://127.0.0.1:8000/api/product
 
 * token
 

product


  Files folder image Files (88)  
File Role Description
Files folder image.idea (4 files)
Files folder imageswapi (11 files, 9 directories)
Accessible without login Image file login.png Data Auxiliary data
Accessible without login Image file product.png Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Image file register.png Data Auxiliary data
Accessible without login Image file swagger.png Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:23
This week:0
All time:11,291
This week:455Up