Looking to hire Laravel developers? Try LaraJobs

laravel-backpack-fluentsyntax maintained by webfactor

Description
Adds fluent syntax for creating Laravel Backpack Fields and Columns
Author
Last update
2018/09/23 15:14 (dev-master)
License
Downloads
41

Comments
comments powered by Disqus

laravel-backpack-fluentsyntax

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.