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
Move our cursor pagination implementation to its own package. This means APIs that are already using it in production can continue to use it via this separate package.
Support Laravel's cursor pagination within our Eloquent package. I.e. the default cursor pagination implementation becomes the Laravel one, which makes more sense as a default.
The text was updated successfully, but these errors were encountered:
Cursor pagination has been added to Laravel core via:
laravel/framework#37216
And Eloquent API Resources have been updated via:
laravel/framework#37315
This is documented here.
Before 1.0.0-stable we should:
The text was updated successfully, but these errors were encountered: