smashed-egg/laravel-look-ahead-pagination
最新稳定版本:0.1.0
Composer 安装命令:
composer require smashed-egg/laravel-look-ahead-pagination
包简介
Adds support for look-ahead pagination for Laravel projects.
README 文档
README
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:
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.
Thank you!
Usage
TBD
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-03
