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.