sibds/yii2-nestable

Extend Nestable2(https://github.com/mazurva/yii2-nestable2) for internal projects

Installs: 193

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:yii2-extension

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

This package is auto-updated.

Last update: 2024-04-10 07:51:38 UTC


README

Extend Nestable2(https://github.com/mazurva/yii2-nestable2) for internal projects

tree

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(); ?>```