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

dev-master 2017-04-29 16:50 UTC

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(),
            // ...
        );
    }