sibds / yii2-nestable
为内部项目扩展Nestable2(https://github.com/mazurva/yii2-nestable2)
v2.0.6
2023-04-10 05:33 UTC
Requires
- mazurva/yii2-nestable2: dev-master
- yiisoft/yii2: *
README
为内部项目扩展Nestable2(https://github.com/mazurva/yii2-nestable2)
安装
安装此扩展的首选方式是通过 composer。
运行以下命令
php composer.phar require --prefer-dist sibds/yii2-nestable "*"
或者在您的 composer.json
文件的 require 部分添加以下内容
"sibds/yii2-nestable": "*"
to the require section of your composer.json
file.
使用方法
安装扩展后,只需在代码中使用即可
<?= \sibds\widgets\Nestable::widget(); ?>```