Open
Description
Cursor pagination has been added to Laravel core via:
laravel/framework#37216
And Eloquent API Resources have been updated via:
laravel/framework#37315
Before 1.0.0-stable we should:
- 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.