项目作者: Collinsboss18

项目描述 :
Laravel Restful API using sqlite
高级语言: PHP
项目地址: git://github.com/Collinsboss18/laravel-restful-api.git
创建时间: 2021-01-30T11:12:01Z
项目社区:https://github.com/Collinsboss18/laravel-restful-api

开源协议:

下载


Restful API using…

Post

Route /post

Verb URI Action Route Name
GET / index post.index
GET /{id} show post.show
POST / store post.store
PUT/PATCH /{id} update post.update
DELETE /{id} delete post.delete

Sample response