Laravel-debugbar: laravel 5.6 laravel-debugbar ValueExport Class not found

Created on 30 Jan 2018  路  9Comments  路  Source: barryvdh/laravel-debugbar

Class 'Symfony\Component\HttpKernel\DataCollector\Util\ValueExporter' not found

screen shoot

Most helpful comment

Tagged

All 9 comments

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

787 still not publish a tag for it, after that this will resolve this issue,

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

innerdev picture innerdev  路  5Comments

truongthaison picture truongthaison  路  4Comments

Thijmen picture Thijmen  路  6Comments

farshadff picture farshadff  路  4Comments

ddmo picture ddmo  路  3Comments