承接 log1x/pagi 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

log1x/pagi

最新稳定版本:v1.1.1

Composer 安装命令:

composer require log1x/pagi

包简介

A better WordPress pagination.

README 文档

README

Latest Stable Version Total Downloads Build Status

A better WordPress pagination utilizing Laravel's Pagination.

Requirements

Installation

Install via Composer:

$ composer require log1x/pagi

Usage

Basic Usage

use Log1x\Pagi\PagiFacade as Pagi;

$pagination = Pagi::build();

return $pagination->links();

Customization

To customize the view, simply publish it:

$ wp acorn vendor:publish --provider='Log1x\Pagi\PagiServiceProvider'

To use the newly generated view:

return $pagination->links('components.pagination');

For additional configuration, check out the Laravel Pagination documentation.

Bug Reports

If you discover a bug in Pagi, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

Pagi is provided under the MIT License.

统计信息

  • 总下载量: 96.2k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 60
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 60
  • Watchers: 4
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 未知