cloudcreativity / laravel-json-api

JSON API (jsonapi.org) package for Laravel applications.
http://laravel-json-api.readthedocs.io/en/latest/
Apache License 2.0
778 stars 109 forks source link

Pagination In Custom Method #620

Open Amik-TJ opened 3 years ago

Amik-TJ commented 3 years ago

I am using a controller which is extending JSONAPICONTROLLER. But in my index method I have overridden it. So Now I am trying to paginate the data and send them but facing difficulties. Can anyone help ?

image

lindyhopchris commented 3 years ago

You'd need to provide the pagination parameters from the request to the paginate() method you're calling. I'm assuming that's the problem, but not sure - you'd need to provide more info on what isn't working if that's not the problem.