This package is not needed anymore from Laravel 7.10.0 and up. This is fixed by Taylor Otwell with this PR: laravel/framework#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:
composer require justbetter/laravel-pagination-with-havings
Just use the trait on the model.
use JustBetter\PaginationWithHavings\PaginationWithHavings;
class MyModel extends Eloquent
{
use PaginationWithHavings;
...
}
Please create a issue or a pull request.
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.