laravel-backpack-fluentsyntax maintained by webfactor
laravel-backpack-fluentsyntax
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.