After enable debug mode, the bottom bar should be visible / accessible.
cannot see the bottom bar (console bar/ debug bar)
error log:
[2017-10-24 17:52:14] production.ERROR: Debugbar exception: Route [debugbar.openhandler] not defined.
[2017-10-24 17:52:20] production.ERROR: Debugbar exception: Route [debugbar.openhandler] not defined.
[2017-10-24 17:52:27] production.ERROR: Debugbar exception: Route [debugbar.openhandler] not defined.
[2017-10-24 17:52:49] production.ERROR: Debugbar exception: Route [debugbar.openhandler] not defined.
[2017-10-24 17:52:54] production.ERROR: Debugbar exception: Route [debugbar.openhandler] not defined.
[2017-10-24 17:52:56] production.ERROR: Debugbar exception: Route [debugbar.openhandler] not defined.
[2017-10-24 17:54:40] production.ERROR: Debugbar exception: Route [debugbar.openhandler] not defined.
app/storage/logs and your webserver's logs.Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you.
https://github.com/barryvdh/laravel-debugbar/issues/270
Try clearing your caches/configs.
php artisan clear-compiled
php artisan clear
php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan config:clear
Most helpful comment
https://github.com/barryvdh/laravel-debugbar/issues/270
Try clearing your caches/configs.