laravel-debugbar
laravel-debugbar copied to clipboard
Debugbar for Laravel (Integrates PHP Debug Bar)
Happens to me in both Chrome and Safari. This seems to be cause by the following CSS: ``` dl.phpdebugbar-widgets-kvlist dt { width: calc(25% - 10px); } dl.phpdebugbar-widgets-kvlist dd { margin-left:...
@barryvdh Hi, I just had the same error as [This](https://github.com/barryvdh/laravel-debugbar/issues/144), I found one cause which is reproducible. Laravel 11 fresh install. using jetstream ubuntu 24.04 php8.4.1 nginx ```php Route::group(['group' =>...
I have laravel 11.36.1 installed and have following the instructions and no matter what I am not seeing the bar appear.
I have a RILT application, on GET request I can see the log in the browser bar but any non GET request nothing happens even though capture_ajax is set to...
As titled, is it going to be supported?