loadViewsFrom(__DIR__.'/../resources/views', 'chart-template'); $this->colours = config('chartjs.colours'); } /** * Register the service provider. * * @return void */ public function register() { $this->app->bind('chartjs', function() { return new Builder(); }); } }