barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.05k stars 1.54k forks source link

debuge bae not showing all thbe data #1481

Closed ibrahimalkhalafalnimer closed 11 months ago

ibrahimalkhalafalnimer commented 11 months ago

I create new Laravel project with livewire and filament everything with the latest version install debug bar with steps composer require barryvdh/laravel-debugbar --dev and i published assets php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider" and now showing all the data just showing message, timeline ,exception Screenshot (7)

parallels999 commented 11 months ago

Did you try CTRL + SHIFT + R? clear browser cache Look in the console, maybe there is some js error

ibrahimalkhalafalnimer commented 11 months ago

it worked with me after clearing browser cache