sibds / yii2-nestable

为内部项目扩展Nestable2(https://github.com/mazurva/yii2-nestable2)

安装: 196

依赖者: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 1

开放问题: 0

类型:yii2-extension

v2.0.6 2023-04-10 05:33 UTC

This package is auto-updated.

Last update: 2024-09-10 08:52:32 UTC


README

为内部项目扩展Nestable2(https://github.com/mazurva/yii2-nestable2)

tree

安装

安装此扩展的首选方式是通过 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(); ?>```