Skip to content
Advertisement

Laravel Debugbar few tabs are not showing e.g. Route, Auth, Session, Gate

I am using Laravel Debugbar https://github.com/barryvdh/laravel-debugbar with Laravel 7.x according to documentation it should be show this enter image description here

but my debugbar missing few tabs Route, Auth, Session, Gate etc. please see below

enter image description here Please Help i can get above shown tabs Regards, Thanks in advance

Advertisement

Answer

Publish the config debugbar.php in /config

php artisan vendor:publish –provider=”BarryvdhDebugbarServiceProvider”

you can customize tabs in the config/debugbar.php :

JavaScript

don’t forget to do

php artisan config:clear

if you use config cache

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement