bunta/gridhelper
gridhelper
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());
Related Packages
matedon/laravel-admin
Administrative interface builder for Laravel PHP Framework which can help you bu...
20
0
mgallegos/laravel-jqgrid
Laravel jqGrid package allows you to easily integrate the popular jQuery Grid Pl...
15,706
69