Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 378 Bytes

installation.md

File metadata and controls

17 lines (12 loc) · 378 Bytes

Installation

  1. Run composer require 94noni/highcharts-bundle

  2. Register the bundle in your config/bundles.php:

<?php

return [
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
    Ob\HighchartsBundle\ObHighchartsBundle::class  => ['all' => true],
    ...
];