webfactor/laravel-backpack-fluentsyntax
Composer 安装命令:
composer require webfactor/laravel-backpack-fluentsyntax
包简介
Adds fluent syntax for creating Laravel Backpack Fields and Columns
README 文档
README
This is a package developed by us for internal use and is supposed to provide a fluent syntax for Laravel Backpack. Readme will be added as soon as package is ready for public usage.
Install
Via Composer
composer require webfactor/laravel-backpack-fluentsyntax
Usage
Attention
To use FluentSyntax please add Webfactor\Laravel\Backpack\FluentSyntax\Traits\FluentSyntax in all of your Backpack CrudControllers:
use Webfactor\Laravel\Backpack\FluentSyntax\Traits\FluentSyntax; class ExampleCrudController extends CrudController { use FluentSyntax; public function setup() { // } // }
Add Fluent Crud Fields
// todo: write example
Add Fluent Crud Columns
// todo: write example
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email thomas.swonke@webfactor.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-14