bunta/gridhelper

dev-master 2017-02-03 15:14 UTC

This package is auto-updated.

Last update: 2024-04-04 23:17:45 UTC


README

instalation

add to "\config\app.php":

'providers' => [
    ...
    Bunta\GridHelper\GridHelperServiceProvider::class
    ...
],

run comands

composer du
php artisan optimize 
php artisan vendor:publish
php artisan migrate

Usage

reate($request->all());