staudenmeir / eloquent-param-limit-fix-x-laravel-adjacency-list
Merge of staudenmeir/eloquent-param-limit-fix and staudenmeir/laravel-adjacency-list
Fund package maintenance!
paypal.me/JonasStaudenmeir
Requires
- php: ^8.2
- illuminate/database: ^11.0
- staudenmeir/eloquent-param-limit-fix: ^v1.1.1
- staudenmeir/laravel-adjacency-list: ^1.20
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.5
README
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
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.