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
- Host: GitHub
- URL: https://github.com/yeosz/laravel-curd
- Owner: yeosz
- License: mit
- Created: 2019-03-26T06:19:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T13:53:35.000Z (over 5 years ago)
- Last Synced: 2025-02-06T22:42:44.640Z (over 1 year ago)
- Topics: curd, laravel
- Language: PHP
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-curd
> 简单几行代码实现增删改接口
## 安装
使用 Composer 安装:
```
composer require "yeosz/laravel-curd"
```
## 使用
请参考examples
* ApiException 定义了通用的接口错误码,直接用
* ApiRequest Request请继承它
* Traits 请参考examples