PHP Classes

Laravel Swagger Sanctum: Product management application with an API

Recommend this page to a friend!
  Info   View files Documentation   View files View files (88)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2022-08-27 (28 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 20 This week: 1All time: 10,718 This week: 154Up
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
Name: Hicri <contact>
Classes: 5 packages by
Country: Turkey Turkey
Innovation award
Innovation award
Nominee: 1x

 

Details

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  
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

 Version Control Unique User Downloads Download Rankings  
 100%
Total:20
This week:1
All time:10,718
This week:154Up

For more information send a message to info at phpclasses dot org.