-
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.pharfile in your directory. In that case, no worries! Your command line in that case is:php composer.phar require laurentmuller/highcharts-bundle
-
Register the bundle in your
config/bundles.php:return [ ... HighchartsBundle\HighchartsBundle::class => ['all' => true], ... ]