justbetter/laravel-pagination-with-havings
最新稳定版本:1.4
Composer 安装命令:
composer require justbetter/laravel-pagination-with-havings
包简介
Makes it possible to use pagination with havings in queries.
README 文档
README
This package is not needed anymore from Laravel 7.10.0 and up. This is fixed by Taylor Otwell with this PR: https://github.com/laravel/framework/pull/32624
This Laravel package makes it possible to use Laravel's pagination with queries which are using havings. Without it you probably get "Column not found" MySQL errors. For more information see:
Installation
composer require justbetter/laravel-pagination-with-havings
Usage
Just use the trait on the model.
Example
use JustBetter\PaginationWithHavings\PaginationWithHavings;
class MyModel extends Eloquent
{
use PaginationWithHavings;
...
}
Ideas, bugs or suggestions?
Please create a issue or a pull request.
License
About us
We’re a innovative development agency from The Netherlands building awesome websites, webshops and web applications with Laravel and Magento. Check out our website justbetter.nl and our open source projects.
统计信息
- 总下载量: 149.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 66
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-11
