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.
Install using Composer
composer require laravel-json-api/cursor-pagination
Laravel JSON:API is open-sourced software licensed under the MIT License.