mirkhamidov / yii2-treemanager
Simple Tree Manager
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Type:yii2-extension
Requires
- creocoder/yii2-nested-sets: 0.9.*
- rmrevin/yii2-fontawesome: ~2.17
- yiisoft/yii2: ^2.0.0
This package is auto-updated.
Last update: 2024-10-29 04:04:42 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require mirkhamidov/yii2-treemanager "*"
or add
"mirkhamidov/yii2-treemanager": "*"
to the require section of your composer.json
file.
Usage
echo mirkhamidov\treemanager\TreeManagerWidget::widget([ 'rootNodeId' => $rootId, 'modelClass' => $modelClass, ]);