I tried OpenCensus in Laravel using https://github.com/census-instrumentation/opencensus-php/tree/master/examples/laravel#integrating-opencensus It throws error on `Laravel::load();` line ``` opencensus extension required to load Laravel integrations. ``` Do I need to install anything else too? Here is my `composer.json` [file](https://files.slack.com/files-pri/T08PSQ7BQ-F01S71N5RM2/composer.json)
I tried OpenCensus in Laravel using
https://github.com/census-instrumentation/opencensus-php/tree/master/examples/laravel#integrating-opencensus
It throws error on
Laravel::load();lineDo I need to install anything else too?
Here is my
composer.jsonfile