sibds / yii2-nestable
Extend Nestable2(https://github.com/mazurva/yii2-nestable2) for internal projects
Installs: 196
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- mazurva/yii2-nestable2: dev-master
- yiisoft/yii2: *
README
Extend Nestable2(https://github.com/mazurva/yii2-nestable2) for internal projects
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist sibds/yii2-nestable "*"
or add
"sibds/yii2-nestable": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \sibds\widgets\Nestable::widget(); ?>```