Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel now has its own cursor pagination implementation #78

Open
1 of 2 tasks
lindyhopchris opened this issue May 12, 2021 · 0 comments
Open
1 of 2 tasks

Laravel now has its own cursor pagination implementation #78

lindyhopchris opened this issue May 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@lindyhopchris
Copy link
Contributor

lindyhopchris commented May 12, 2021

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:

  • 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.
@lindyhopchris lindyhopchris added the enhancement New feature or request label May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant