Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
/ yii2-tree-view Public archive

Виджет tree-view для yii2 на основе CTreeView

Notifications You must be signed in to change notification settings

lesha724/yii2-tree-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-tree-view

Виджет tree-view. CTreeview из yii1 для yii2. Используеться jquery-treeview . CTreeview

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist lesha724/yii2-tree-view "*"

or add

"lesha724/yii2-tree-view": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \lesha724\treeview\TreeView::widget(); ?>```