webfactor / laravel-backpack-fluentsyntax
Adds fluent syntax for creating Laravel Backpack Fields and Columns
Requires
- php: ~7.1
- illuminate/database: ~5.5.0|~5.6.0|~5.7.0
- illuminate/support: ~5.5.0|~5.6.0|~5.7.0
Requires (Dev)
- phpunit/phpunit: ~6.0
- squizlabs/php_codesniffer: ^2.3
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.