2017 © Pedro Peláez
 

symfony-bundle tree-bundle

Tree bundle on Symfony2

image

tadcka/tree-bundle

Tree bundle on Symfony2

  • Thursday, September 4, 2014
  • by Tadcka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 182 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

TreeBundle

Build Status Scrutinizer Code Quality Code Coverage, (*1)

Tree manager bundle, not stable., (*2)

Installation

Step 1: Download TadckaTreeBundle using composer

Add TadckaTreeBundle in your composer.json:, (*3)

{
    "require": {
        "tadcka/tree-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:, (*4)

``` bash $ php composer.phar update tadcka/tree-bundle, (*5)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Tadcka\TreeBundle\TadckaTreeBundle(), ); }

1. Configure the TadckaTreeBundle, (*6)

2. Doctrine ORM, (*7)

3. Registry new tree, (*8)

4. Registry new tree node type, (*9)

TODO

Integrate JsTree context menu., (*10)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*11)

Code License: Resources/meta/LICENSE, (*12)

The Versions