angonyfox / nvd3-bundle

Bundle for using NVD3 (https://github.com/novus/nvd3.git) with symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bundle for using NVD3 (https://github.com/novus/nvd3.git) with symfony

Installation

  1. Add bundle as a dependency to the composer.json
{
    "require": {
        "pandora/nvd3-bundle": "dev-master"
    }
}
  1. Run "composer update"
  2. Make sure to enable PandoraNVD3Bundle and SpBowerBundle in AppKernel.php .
public function registerBundles()
{
    $bundles = array(
        // ...
        new Pandora\NVD3Bundle\PandoraNVD3Bundle(),
        new Sp\BowerBundle\SpBowerBundle(),
    );
}
  1. Update app/config/config.yml
# app/config/config.yml
sp_bower:
    bundles:
        PandoraNVD3Bundle: ~
  1. Install bower dependencies
app/console sp:bower:install
  1. Install asset
app/console assets:install --symlink

About

Bundle for using NVD3 (https://github.com/novus/nvd3.git) with symfony


Languages

Language:PHP 100.0%