Allow Customizing The Pagination On Collection #786
mudassirmaqbool
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Laravel lets you customise the pagination on collection. A similar feature should allow for more flexibility.
https://laravel.com/docs/11.x/eloquent-resources#customizing-the-pagination-information
In my case: We are maintaining a large application where most of API response are simple laravel response()->json($data); Which results in different format compared to ResourceCollection. where pagionation is wrapped in "meta".
An example of customising pagination on laravel's ResourceCollection
Beta Was this translation helpful? Give feedback.
All reactions