Looking to hire Laravel developers? Try LaraJobs

laravel-look-ahead-pagination maintained by smashed-egg

Description
Adds support for look-ahead pagination for Laravel projects.
Author
Tom Ellis
Last update
2026/03/06 11:07 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

Laravel Look-ahead Pagination

Latest Stable Version Downloads this Month

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:

composer require smashed-egg/laravel-look-ahead-pagination

Support Me

Do you like this package? Does it improve you're development. Consider sponsoring to help with future development.

Buy me a coffee!

Thank you!

Usage

TBD