staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list

Merge of staudenmeir/eloquent-param-limit-fix and staudenmeir/laravel-adjacency-list

Maintainers

Package info

github.com/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list

pkg:composer/staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list

Fund package maintenance!

paypal.me/JonasStaudenmeir

Statistics

Installs: 1 875

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 0

v1.4 2026-03-01 11:45 UTC

This package is auto-updated.

Last update: 2026-03-01 14:47:47 UTC


README

CI Code Coverage PHPStan Latest Stable Version Total Downloads License

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.