Open
Description
Hi everyone, I have added to my application the language prefix to use the Waavi / translation repository. Since then I do not get a complete debugar, of course APP_Debug is set to true, the application is compiled in development mode. I have the impression that the new routing broke something. I cleaned the cache, routing, view, debugbar.
reinstall debugbar with composer nothing helped.
web.php is all dressed in
Route::group(['prefix' => \UriLocalizer::localeFromRequest(), 'middleware' => 'localize'], function(){
});