amrnn90 / laravel-cursor-paginator

Cursor pagination for Laravel
MIT License
19 stars 7 forks source link

Improvement of next_item in meta #15

Open misog opened 3 years ago

misog commented 3 years ago

Hi, the meta field in JSON response includes next_item object.

There are multiple problems with this

Workarounds can be done such as removing/modifying the field in middleware (see https://laracasts.com/discuss/channels/laravel/globally-append-meta-data-to-api-resources?page=1#reply=445439) or creating ResourceCollection class.

However it would be nice to be able to disable next_item from config/cursor_paginator.php