experteam/api-laravel-crud
最新稳定版本:3.6.0
Composer 安装命令:
composer require experteam/api-laravel-crud
包简介
Library to help with Laravel api CRUDs definition
关键字:
README 文档
README
Base service providers to manage crud services
It includes:
- Model paginate: Trait to manage pagination, it can manage limit, offset and order by.
Install
Run the following commands to install:
composer require experteam/api-laravel-crud
php artisan vendor:publish --tag=lang
Update
Run the composer command to update the package:
composer update experteam/api-laravel-crud
Use advanced Queries with mongoDB
To use advanced queries on mongoDB you need to add a public property to your model to identify it as a MongoDB collection
public bool $isMongoDB = true;
License
统计信息
- 总下载量: 9.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-07