baum
baum copied to clipboard
Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l10-compatibility`...
https://github.com/TopOnePercent/baum
The composer dependencies require laravel "5.*" Please update composer.json to the following: ```js "require": { "php": ">=5.4.0", "illuminate/console": "5.*||6.*", "illuminate/database": "5.*||6.*", "illuminate/events": "5.*||6.*", "illuminate/filesystem": "5.*||6.*", "illuminate/support": "5.*||6.*" } ```
Problem 1 - illuminate/console[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.0.10) does not satisfy that requirement. - illuminate/queue[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...
laravel: **6.0** buam: **2.0.0-alpha1** i realized that the usaual default column names no longer work ```php protected $parentColumn = 'parent_id'; protected $leftColumn = 'lft'; protected $rightColumn = 'rgt'; protected $depthColumn...