How to paginate resource collections? #64
Unanswered
RezaMortezaee
asked this question in
Q&A
Replies: 1 comment
-
Hi @RezaMrtz, I'm just passing it to the resource class. See an example here: https://github.com/KA-Huis/space-management/blob/acceptance/app/API/V1/Http/Controllers/ReservationController.php Hopefully this will help you with your issue. What does your resource class look like. It might filter out the properties from the json paginator instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
Is there any way to paginate resource collections by this package? By passing a paginated resource to the resource collection, paginated links do not show up :(
Thanks
Beta Was this translation helpful? Give feedback.
All reactions