Download the PHP package techcon/nestedsets without Composer
On this page you can find all versions of the php package techcon/nestedsets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download techcon/nestedsets
More information about techcon/nestedsets
Files in techcon/nestedsets
Download techcon/nestedsets
More information about techcon/nestedsets
Files in techcon/nestedsets
Vendor techcon
Package nestedsets
Short Description Package for manipuate nestedsets in Laravel without Eloquent ORM
License MIT
Package nestedsets
Short Description Package for manipuate nestedsets in Laravel without Eloquent ORM
License MIT
Please rate this library. Is it a good library?
Informations about the package nestedsets
laravel-nestedsets
Package for manipuate nestedsets in Laravel without Eloquent ORM
How to use
- Create: $nestedset = Nestedsets::factory('TableName');
- Move:
- $nestedset->move('current_item_id', 'sibiling_item_id')->before(); // This move item before other element
- $nestedset->move('current_item_id', 'parent_item_id' or 0)->asChild(); // This move item as last element to parent
- Delete: $nestedset->deleteNode('item_id'); // This delete node and all childs
All versions of nestedsets with dependencies
PHP Build Version
Package Version
The package techcon/nestedsets contains the following files
Loading the files please wait ....