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

1.0.1 2016-09-28 17:26 UTC

This package is not auto-updated.

Last update: 2024-04-17 18:16:51 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(); ?>```