laravel-debugbar
laravel-debugbar copied to clipboard
After adding language support, the debugbar doesn't show up
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(){
});
Am i alright to take this ticket for Hacktober?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.