Jonas
Jonas

Reputation: 185

impossible to show laravel debugbar with laravel 6

I have installed laravel/debugbar in my laravel 6 project, however, I don't see it displayed on my page. I have tried several things :

'Barryvdh\Debugbar\ServiceProvider',

'Debugbar' => 'Barryvdh\Debugbar\Facade',

Nothing helps, I still don't see the debugbar

Does somebody have an idea ? It would help an lot :)

Upvotes: 0

Views: 663

Answers (0)

Related Questions