staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list
Merge of staudenmeir/eloquent-param-limit-fix and staudenmeir/laravel-adjacency-list
2,449
11
| Install | |
|---|---|
composer require staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list |
|
| Latest Version: | v1.4 |
| PHP: | ^8.3 |
| License: | MIT |
| Last Updated: | Mar 1, 2026 |
| Links: | GitHub · Packagist |
Maintainer: staudenmeir
Eloquent Param Limit Fix + Laravel Adjacency List
This Laravel package merges staudenmeir/eloquent-param-limit-fix and staudenmeir/laravel-adjacency-list to allow them being used in the same model.
Supports Laravel 9.0+.
Installation
composer require staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list:"^1.0"
Use this command if you are in PowerShell on Windows (e.g. in VS Code):
composer require staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list:"^^^^1.0"
Versions
| Laravel | Package |
|---|---|
| 13.x | 1.4 |
| 12.x | 1.3 |
| 11.x | 1.2 |
| 10.x | 1.1 |
| 9.x | 1.0 |
Usage
Use the HasParamLimitFixAndRecursiveRelationships trait in your model:
class User extends Model
{
use \Staudenmeir\EloquentParamLimitFixXLaravelAdjacencyList\Eloquent\HasParamLimitFixAndRecursiveRelationships;
}
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