Skip to content

Laravel now has its own cursor pagination implementation #78

Open
@lindyhopchris

Description

@lindyhopchris

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions