chrislentz / laravel-api-pagination
A pagination package that provides API support via '_limit' and '_offset' parameters for the Laravel framework.
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/chrislentz/laravel-api-pagination
Requires
- php: >=7.0
- illuminate/support: >=5.4.0
This package is not auto-updated.
Last update: 2021-05-15 09:10:27 UTC
README
About
This package provides pagination capabilities with API support via _limit
and _offset
parameters for the Laravel framework.
License
The contents of this repository is open-sourced software licensed under the MIT license.