Looking to hire Laravel developers? Try LaraJobs

laravel-admin-grid maintained by fotobank

Description
Package for using laravel admin grid in Laravel-5
Author
Last update
2019/11/23 22:43 (dev-master)
License
Downloads
5

Comments
comments powered by Disqus

laravel-admin Grid

Screenshot

screenshot

Installation: First, install dependencies:

composer require fotobank/laravel-admin-grid

The controller:

use Encore\Admin\Grid;

Replaced by:

use Fotobank\Admin\Grid;

Known issues

Mistake:

Fotobank\Admin\Actions::{closure}();

Decision:

$grid->actions(function ($actions));