You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Hi, the
meta
field in JSON response includesnext_item
object.There are multiple problems with this
config/cursor_paginator.php
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
fromconfig/cursor_paginator.php
The text was updated successfully, but these errors were encountered: