laravel-nestedset
laravel-nestedset copied to clipboard
Effective tree structures in Laravel 4-8
This solution updates existing nodes and also creates new nodes if they are added. But it doesn't remove the old nodes. ``` $array = [ [ 'name' => 'home', 'description'...
Hello, we are having the following deadlock issue in our application. The system is running with two instances of mysql on digitalocean. Error (Illuminate\Database\QueryException): File : /var/www/staging/back-end/vendor/laravel/framework/src/Illuminate/Database/Connection.php Line: 671 Message:...
When using your library I encountered an error when applying scopes. It appears the package is not using the table prefix, which means you encounter ambiguous column errors when trying...
I used `$node->insertBeforeNode($otherNode)` but got **error** `ERROR: Node must not be a descendant.` Thank youu
Undefined type 'Illuminate\Database\Eloquent\Relations\Relation'.intelephense(1009)
Problem 1 - kalnoy/nestedset 1.0 requires illuminate/support >=4.0, found illuminate/support[v4.0.0, ..., v4.1.30] but these were not loaded, likely because it conflicts with another require. - kalnoy/nestedset v1.1 requires illuminate/support ~4.2.1...
added php 8.2 to support laravel 11
Changes proposed in this PR: - Update master branch with latest changes - Add support for Laravel 11 - Drop backwards compatibility for EOL PHP versions (other releases still available)...
Thank you for this awesome package! Do you plan to upgrade package to be compatible with laravel 11? ``` Problem 1 - Conclusion: don't install kalnoy/nestedset v6.0.3 (conflict analysis result)...
Many people use the wrong way when deleting multiple nodes. This PR give them the correct way to do it. Fixes: - https://github.com/lazychaser/laravel-nestedset/issues/259 - https://github.com/lazychaser/laravel-nestedset/issues/226 - https://github.com/lazychaser/laravel-nestedset/issues/568 