fourteenmeister / yii2-tree
Creating and managing trees
Installs: 143
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/jstree: 3.1.*
This package is not auto-updated.
Last update: 2018-05-29 15:26:49 UTC
README
Creating and managing trees
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist fourteenmeister/yii2-tree "*"
or add
"fourteenmeister/yii2-tree": "*"
to the require section of your composer.json
file.