DataGrids is a versatile package designed for Laravel applications, providing a straightforward and front-end agnostic solution for creating and managing data grids. It simplifies the process of displaying and filtering data, making it easier for developers to implement complex data management features without extensive coding. The package supports automatic discovery and registration of data grids, ensuring seamless integration into existing projects. With built-in support for various data normalizations and filtering options, DataGrids enhances the efficiency and functionality of data-driven applications.
You can install the package via composer:
composer require strucura/datagrids
Optionally, you can publish the views using
php artisan vendor:publish --tag="datagrids-config"
composer test
If you discover any security-related issues, please email security@strucura.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.