An open API service indexing awesome lists of open source software.

https://github.com/mader12/treemenu


https://github.com/mader12/treemenu

asd

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# treemenu

# Install

Add to composer.json

"mader12/treemenu":"dev-master"

then make
composer update

# Config
Config file - config/config.treemenu.sample.php

# used

in comtroller action
$tree = new \Tree\Tree('nameConfigAjaxName');

in view
$tree->render();