Download the PHP package smashed-egg/laravel-look-ahead-pagination without Composer
On this page you can find all versions of the php package smashed-egg/laravel-look-ahead-pagination. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download smashed-egg/laravel-look-ahead-pagination
More information about smashed-egg/laravel-look-ahead-pagination
Files in smashed-egg/laravel-look-ahead-pagination
Package laravel-look-ahead-pagination
Short Description Adds support for look-ahead pagination for Laravel projects.
License MIT
Informations about the package laravel-look-ahead-pagination
Laravel Look-ahead Pagination
This package allows you to use Look-ahead pagination in your application.
What is Look-ahead Pagination
Look-ahead Pagination is more lightweight than Laravel's standard pagination.
It looks similar to the simple and cursor pagination, so the pages aren't shown in the pagination links, but the queries under the hood are a lot faster, particularly when the table you are paginating is large.
Requirements
- PHP 8.0.2+
- Laravel 9.0+
Installation
To install this package please run:
Support Me
Do you like this package? Does it improve you're development. Consider sponsoring to help with future development.
Thank you!
Usage
TBD
All versions of laravel-look-ahead-pagination with dependencies
illuminate/console Version ^9.21|^10.0|^11.0|^12.0
illuminate/contracts Version ^9.21|^10.0|^11.0|^12.0
illuminate/support Version ^9.21|^10.0|^11.0|^12.0