fotobank/laravel-admin-grid

Package for using laravel admin grid in Laravel-5

v1.4.0 2019-11-23 21:43 UTC

This package is auto-updated.

Last update: 2024-09-24 08:12:26 UTC


README

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));