Download the PHP package accelade/grids without Composer
On this page you can find all versions of the php package accelade/grids. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package grids
Accelade Grids
Card-based Grid Layouts for Laravel. Zero Complexity.
Build beautiful, responsive card grids with minimal code. Accelade Grids provides powerful components for displaying data in cards, masonry layouts, and responsive grids.
That's it. Render with <x-grids::grid :grid="$grid" />.
Why Accelade Grids?
- Filament-Compatible API - Familiar syntax if you use Filament
- Responsive Layouts - Automatic column adjustments for different screen sizes
- Masonry Support - Pinterest-style staggered layouts
- Cards - Flexible card templates with images, titles, descriptions, badges
- Card Sections - Display key-value pairs within cards
- Actions - Support for row actions on each card
- Pagination - Built-in pagination support
- Filters - Apply filters to narrow results (via Query Builder)
- Search - Full-text search support
- Sorting - Sortable columns
- Dark Mode - Built-in dark mode support
Quick Start
The service provider will be automatically registered.
Publish Configuration
Features at a Glance
Basic Grid
Card with Sections
Card with Badge and Actions
Responsive Columns
Masonry Layout
List Layout
With Header
Empty State
Blade Component
Requirements
- PHP 8.2+
- Laravel 11.x or 12.x
- accelade/accelade ^1.0
- accelade/query-builder ^1.0
- accelade/filters ^1.0
- accelade/actions ^1.0
Documentation
| Guide | Description |
|---|---|
| Overview | Introduction and basic concepts |
| Cards | Card component configuration |
| Layouts | Grid layout options |
| Filters | Filtering and search |
Accelade Ecosystem
Accelade Grids is part of the Accelade ecosystem:
| Package | Description |
|---|---|
| accelade/accelade | Core reactive Blade components |
| accelade/schemas | Schema-based layouts |
| accelade/forms | Form builder with validation |
| accelade/infolists | Display read-only data |
| accelade/tables | Data tables with filtering |
| accelade/actions | Action buttons with modals |
| accelade/widgets | Dashboard widgets |
| accelade/grids | Card-based grids (this package) |
| accelade/query-builder | Query builder utilities |
| accelade/filters | Filter components |
License
MIT License. See LICENSE for details.
All versions of grids with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
accelade/accelade Version ^1.0.0
accelade/query-builder Version ^1.0.0
accelade/filters Version ^1.0.0
accelade/actions Version ^1.0.0
illuminate/support Version ^11.0|^12.0
illuminate/view Version ^11.0|^12.0
illuminate/database Version ^11.0|^12.0
accelade/accelade Version ^1.0.0
accelade/query-builder Version ^1.0.0
accelade/filters Version ^1.0.0
accelade/actions Version ^1.0.0
illuminate/support Version ^11.0|^12.0
illuminate/view Version ^11.0|^12.0
illuminate/database Version ^11.0|^12.0
The package accelade/grids contains the following files
Loading the files please wait ...