Skip to content

strucura/datagrids

Repository files navigation

DataGrids

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

Installation

You can install the package via composer:

composer require strucura/datagrids

Configuration

Optionally, you can publish the views using

php artisan vendor:publish --tag="datagrids-config"

Testing

composer test

Security Vulnerabilities

If you discover any security-related issues, please email security@strucura.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.