Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 734 Bytes

File metadata and controls

32 lines (24 loc) · 734 Bytes

Installation

  1. Run composer:

    composer require laurentmuller/highcharts-bundle

    Install Composer if you don't have it already present on your system. Depending on how you install, you may end up with a composer.phar file in your directory. In that case, no worries! Your command line in that case is:

    php composer.phar require laurentmuller/highcharts-bundle
  2. Register the bundle in your config/bundles.php:

    return [
        ...
        HighchartsBundle\HighchartsBundle::class => ['all' => true],
        ...
    ]

See also