Reputation: 185
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 :
APP_DEBUG=true
in my .env filephp artisan config:clear
, php artisan route:clear
, php artisan cache:clear
, php artisan config:clear
& php artisan vendor:publish
composer dump-autoload
enabled => true
in config/debugbar.php'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