masterzero / yii2-nestable
Plugin for yii2-nestable by ASlatius to view nested sets nodes
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/masterzero/yii2-nestable
Requires
- kartik-v/yii2-icons: @dev
- slatiusa/yii2-nestable: ^1.2.1
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-06 20:38:02 UTC
README
Plugin for yii2-nestable by ASlatius to view nested sets nodes
Installation
Before install you need have composer.
Make sure you've attached the NestedSetsBehavior by creocoder correctly to your model. Then add the node move handler to you controller by attaching the supplied action;
Either run
$ php composer.phar require masterzero/yii2-nestable "*"
or add
"masterzero/yii2-nestable": "*"
to the require
section of your composer.json
file.
Usage
<?= masterzero\widgets\Nestable::widget([
'query' => \common\models\NestedSetModel::find(),
]);
?>