blacksesion / yii2-nestable-advance
Extend Nestable(https://github.com/ASlatius/yii2-nestable) for internal projects
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Type:yii2-extension
Requires
- slatiusa/yii2-nestable: ^1.2.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-22 22:11:23 UTC
README
Extend Nestable(https://github.com/ASlatius/yii2-nestable) for internal projects
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist blacksesion/yii2-nestable-advance "*"
or add
"blacksesion/yii2-nestable-advance": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \blacksesion\widgets\Nestable::widget(); ?>```