mirkhamidov/yii2-treemanager

Simple Tree Manager

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Type:yii2-extension

0.1 2016-12-28 12:00 UTC

This package is auto-updated.

Last update: 2024-03-29 02:39:33 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

composer require mirkhamidov/yii2-treemanager "*"

or add

"mirkhamidov/yii2-treemanager": "*"

to the require section of your composer.json file.

Usage

echo mirkhamidov\treemanager\TreeManagerWidget::widget([
    'rootNodeId' => $rootId,
    'modelClass' => $modelClass,
]);