bunta/gridhelper

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

This package is auto-updated.

Last update: 2024-09-05 00:05:49 UTC


README

安装

添加到 "\config\app.php"

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

运行命令

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

使用方法

reate($request->all());