An open API service indexing awesome lists of open source software.

https://github.com/yeosz/laravel-curd

laravel-curd
https://github.com/yeosz/laravel-curd

curd laravel

Last synced: about 1 year ago
JSON representation

laravel-curd

Awesome Lists containing this project

README

          

# laravel-curd

> 简单几行代码实现增删改接口

## 安装

使用 Composer 安装:

```
composer require "yeosz/laravel-curd"
```

## 使用

请参考examples

* ApiException 定义了通用的接口错误码,直接用
* ApiRequest Request请继承它
* Traits 请参考examples