Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 701 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 701 Bytes

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