Query-building helper for listing of Eloquent models
brackets/admin-listing is a Laravel package for query-building helper for listing of eloquent models.
It currently has 7 GitHub stars and 261.674 downloads on Packagist (latest version v3.5.0).
Install it with composer require brackets/admin-listing.
Discover more Laravel packages by brackets
or browse all Laravel packages to compare alternatives.
Last updated
AdminListing is a helper that simplifies administration listing for your Eloquent models. It helps transforming a typical request to data. It can auto-handle all the basic stuff like pagination, ordering, search. It can handle also translatable eloquent models (see Translatable Eloquent Models).
You can find full documentation at https://docs.getcraftable.com/#/admin-listing
In order to run tests, this package requires a PostgreSQL database running (SQLite is not enough for this package). You can use one that is shipped with docker running:
docker-compose up -d
and then run tests:
./vendor/bin/phpunit
To stop the server use:
docker-compose down
Where do I report issues? If something is not working as expected, please open an issue in the main repository https://github.com/BRACKETS-by-TRIAD/craftable.