culturalinfusion / baum
Baum is an implementation of the Nested Set pattern for Eloquent models.
Installs: 19 477
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 4
Open Issues: 0
Requires
- php: ^8.2
- illuminate/contracts: ^11.0|^12.0
- illuminate/database: ^11.0|^12.0
- illuminate/events: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
Requires (Dev)
- d11wtq/boris: ~1.0.10
- mockery/mockery: ^1.6
- phpunit/phpunit: ^10.5
README
Baum is a Laravel package that provides a nested set implementation for Laravel's Eloquent ORM.
Version Compatibility
Package Version | Laravel Version |
---|---|
3.x | Laravel 11.x, 12.x |
2.3 | Laravel 10.x |
2.2 | Laravel 9.x |
1.2 | Laravel 8.x |
1.0.x | Laravel 4.2.x |
Installation
composer require culturalinfusion/baum
Documentation
This package is a fork of etrepat/baum. For detailed documentation, please refer to the original package documentation.
License
This package is open-sourced software licensed under the MIT license.