webfactor/laravel-backpack-fluentsyntax

Adds fluent syntax for creating Laravel Backpack Fields and Columns

1.3.1 2018-09-23 13:14 UTC

This package is auto-updated.

Last update: 2024-05-12 22:31:23 UTC


README

Latest Version on Packagist Software License StyleCI Build Status Coverage Status Quality Score Total Downloads

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.