wbx / tree-bundle
tree structure
Installs: 132
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
Requires
- php: >=5.3.3
- stof/doctrine-extensions-bundle: ^1.2
- symfony/framework-bundle: >=2.1
This package is auto-updated.
Last update: 2025-01-24 02:25:45 UTC
README
wbxTreeBundle ============= a Symfony2 Bundle to handle nested tree structure with Gedmo\NestedTree (include jstree) Installation ============ Composer -------- "require": { "wbx/tree-bundle": "*" } Add wbxTreeBundle to your application kernel -------------------------------------------- // app/AppKernel.php public function registerBundles() { return array( // ... new wbx\TreeBundle\wbxTreeBundle(), // ... ); }