2017 © Pedro Peláez
 

symfony-bundle jstree-bundle

JsTree bundle on Symfony2

image

tadcka/jstree-bundle

JsTree bundle on Symfony2

  • Friday, September 25, 2015
  • by Tadcka
  • Repository
  • 1 Watchers
  • 2 Stars
  • 7,587 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

JsTreeBundle

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

TadckaJsTreeBundle integrates library JsTree., (*2)

Installation

Step 1: Download TadckaJsTreeBundle using composer

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

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

And set component dir, example:, (*4)

{
    "config": {
        "component-dir": "web/components"
    }
}

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

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


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

Step 3: Include javascript and css

components/jstree/dist/themes/default/style.min.css

components/jquery/jquery.min.js
components/jstree/dist/jstree.min.js

License

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

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

The Versions

25/09 2015

dev-master

9999999-dev https://github.com/tadcka/JsTreeBundle

JsTree bundle on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

jstree

25/09 2015

v0.4.0

0.4.0.0 https://github.com/tadcka/JsTreeBundle

JsTree bundle on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

jstree

29/01 2015

v0.3.0

0.3.0.0 https://github.com/tadcka/JsTreeBundle

JsTree bundle on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

jstree

29/10 2014

v0.2.0

0.2.0.0 https://github.com/tadcka/JsTreeBundle

JsTree bundle on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

jstree

28/09 2014

v0.1.0

0.1.0.0 https://github.com/tadcka/JsTreeBundle

JsTree bundle on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

jstree