Skip to content

angonyfox/nvd3-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages