Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brackets-by-triad/admin-listing
Simplify your administration listing for Eloquent models.
https://github.com/brackets-by-triad/admin-listing
Last synced: about 1 month ago
JSON representation
Simplify your administration listing for Eloquent models.
- Host: GitHub
- URL: https://github.com/brackets-by-triad/admin-listing
- Owner: BRACKETS-by-TRIAD
- Created: 2017-09-06T12:15:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T12:04:43.000Z (about 1 year ago)
- Last Synced: 2024-08-10T23:15:15.857Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Listing
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](https://docs.brackets.sk/#/translatable#make-your-model-translatable)).
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.