| Package Data | |
|---|---|
| Maintainer Username: | brackets |
| Maintainer Contact: | pavol.perdik@brackets.sk (Pavol Perdík) |
| Package Create Date: | 2017-09-06 |
| Package Last Update: | 2023-10-30 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 15:01:43 |
| Package Statistics | |
|---|---|
| Total Downloads: | 248,420 |
| Monthly Downloads: | 1,870 |
| Daily Downloads: | 2 |
| Total Stars: | 7 |
| Total Watchers: | 1 |
| Total Forks: | 9 |
| Total Open Issues: | 0 |
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.