PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Hicri   Laravel Swagger Sanctum   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Laravel Swagger Sanctum
Product management application with an API
Author: By
Last change:
Date: 1 year ago
Size: 774 bytes
 

Contents

Class file image Download

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