brackets / admin-listing
Query-building helper for listing of Eloquent models
Package info
github.com/BRACKETS-by-TRIAD/admin-listing
Type:project
pkg:composer/brackets/admin-listing
Requires
- php: ^7.2.5|^7.3.0|^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0
Requires (Dev)
- brackets/translatable: ^2.0
- fakerphp/faker: ^1.19
- mockery/mockery: 0.9.*|^1.0
- orchestra/testbench: ~4.0|~5.0|~6.0|~7.0|~8.0
- phpunit/phpunit: ^8.5|^9.0|^10.0
This package is auto-updated.
Last update: 2026-05-29 00:54:32 UTC
README
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
Testing
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
Issues
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.