I\'m using Laravel 5 and would like to use the barryvdh/laravel-debugbar. After the installation and configuration the bar is not showing.
I did the following:
I have had the same trouble, and it is usually solved clearing route caching.
php artisan route:clear
It seemed to be an issue which was already fixed, and you can find about it in the repository issue #287, but I'm still finding it from time to time.