laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

Effective tree structures in Laravel 4-8

Results 149 laravel-nestedset issues
Sort by recently updated
recently updated
newest added

Is it possible to make a Copy and Paste withi nestedset (not a cut and paste). Thanks.

"SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION new_bagisto.get_url_path_of_category does not exist (SQL: update `categories` set `_lft` = case when `_lft` >= 50 then `_lft`+2 else `_lft` end, `_rgt` =...

For example: -Category 1 -----SubCategory1 -Category 2 -----SubCategory 2 And I have SubCategory3 which parents are Category1 and Category2

I have a large tree of nodes containing several root nodes with many children in each. When trying to fetch all the children of one of the root nodes with...

Hi dear I want display categories list in a table in my admin panel and need use pagination. when get categories list by `Category::get()->toTree()` cann't use paginate. How can use...

Hello. I am wondering if it is possible to order nodes by number of children or descendants count ? I have a list of organizations that belong to a head...

Not sure what's going on here -- I've got a MenuItem class that represents the items in a tree-like navigation menu: ```php class MenuItem extends BaseModel { use NodeTrait; protected...

Please update the require part of the composer.json so that we can upgrade to Laravel 8.0 ( add |^8.0 ) ``` "require": { "php": ">=7.1.3", "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0", "illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0", "illuminate/events":...

When i use this package in my own package as requirement it wont work with beforeNode or afternode when i use namespace X\Model and X\Controller as nameapace. when i move...