Class 'Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter' not found
If you go to the vendor/symfony/http-kernel/DataCollector/Util in your project, is the ValueExporter.php file there? If not, it seems you have a corrupted/incomplete vendor directory.
Laravel 5.6 uses Symfony's http-kernel 4.0, in 3.2 valueExporter has been deprecated, and completely removed in 4.0, need to use cloneVar instead
Made PR, hope it will be useful #784
@Jurager
Hi, The package runs as expected on L5.6 but still get the error when enabling "events" in config\debugbar.php
Cheers
im still get the same error
@lloricode, as it's been merged to master, setting your composer file to use "dev-master" _for now_ will pull that fix.
@barryvdh this issue can be closed now to keep the issue tracker tidy.
@A-Lawrence yes, i've tested it, but, waiting this for my team :)
Tagged
Most helpful comment
Tagged