Download the PHP package solution-forest/grid-layout-plugin without Composer
On this page you can find all versions of the php package solution-forest/grid-layout-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download solution-forest/grid-layout-plugin
More information about solution-forest/grid-layout-plugin
Files in solution-forest/grid-layout-plugin
Package grid-layout-plugin
Short Description This is a grid layout plugin for Filament Admin
License MIT
Homepage https://github.com/solution-forest/grid-layout-plugin
Informations about the package grid-layout-plugin
[!IMPORTANT] We will archive this project since filament3 supports Grid now. https://beta.filamentphp.com/docs/3.x/infolists/layout/grid
Grid Layout Plugin
This is a grid layout plugin for Filament Admin
Installation
You can install the package via composer:
Optionally, you can publish the views using
Usage
To create grid layout page :
The getGridSchema()
method is used to define the structure of grid layout. It is an array of fields, in the order they should appear in the layout.
The following components are available for grid layout:
- \SolutionForest\GridLayoutPlugin\Components\Grid\Row
- \Livewire\Component
- \Illuminate\View\Component
- \Illuminate\Support\HtmlString
Or you can create grid layout which only support widgets similar with \Filament\Pages\Dashboard
:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Carly
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of grid-layout-plugin with dependencies
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.13.5