Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 590 Bytes

laravel-json-api/cursor-pagination

Cursor pagination for Laravel JSON:API packages.

This cursor implementation pre-dates Laravel's cursor pagination implementation. It matches the cursor pagination implementation in the legacy package cloudcreativity/laravel-json-api.

Installation

Install using Composer

composer require laravel-json-api/cursor-pagination

License

Laravel JSON:API is open-sourced software licensed under the MIT License.