staudenmeir/eloquent-eager-limit-x-laravel-cte
Merge of staudenmeir/eloquent-eager-limit and staudenmeir/laravel-cte
64,628
6
| Install | |
|---|---|
composer require staudenmeir/eloquent-eager-limit-x-laravel-cte |
|
| Latest Version: | v1.1.1 |
| PHP: | ^8.1 |
| License: | MIT |
| Last Updated: | Mar 9, 2024 |
| Links: | GitHub · Packagist |
Maintainer: staudenmeir
Eloquent Eager Limit + Laravel CTE
[!IMPORTANT] The
staudenmeir/eloquent-eager-limitpackage's code has been merged into Laravel 11+ and eager loading limits are now supported natively.
This Laravel package merges staudenmeir/eloquent-eager-limit and staudenmeir/laravel-cte to allow them being used in the same model.
Supports Laravel 9–10.
Installation
composer require staudenmeir/eloquent-eager-limit-x-laravel-cte:"^1.0"
Use this command if you are in PowerShell on Windows (e.g. in VS Code):
composer require staudenmeir/eloquent-eager-limit-x-laravel-cte:"^^^^1.0"
Versions
| Laravel | Package |
|---|---|
| 10.x | 1.1 |
| 9.x | 1.0 |
Usage
Use the HasEagerLimitAndQueriesExpressions trait in your model:
class User extends Model
{
use \Staudenmeir\EloquentEagerLimitXLaravelCte\Eloquent\HasEagerLimitAndQueriesExpressions;
}
Contributing
Please see CONTRIBUTING and CODE OF CONDUCT for details.
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
404,034,618
608
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
387,976,821
4,658
