Luya module for nested set administration
This module requires
[Yii2 Nestedset Extension] (https://github.com/creocoder/yii2-nested-sets/)
composer require creocoder/yii2-nested-sets
Install the extension through composer:
composer require siripravi/luya-module-category
Add the following to your config module listing:
'categoryadmin' => 'siripravi\category\admin\Module',
Run these two commands afterwards:
./vendor/bin/luya import
./vendor/bin/luya migrate
- Support for multiple tree creation.
- Insert/update/modify a new tree node anywhere in the tree.
- Deletion possible for multiple nodes at a time.
😆