laravel-debugbar icon indicating copy to clipboard operation
laravel-debugbar copied to clipboard

Debugbar for Laravel (Integrates PHP Debug Bar)

Results 145 laravel-debugbar issues
Sort by recently updated
recently updated
newest added

As per: ![{80C8ADC5-DCA5-411C-962F-0B7F0F1773C0}](https://github.com/user-attachments/assets/812a92f6-f767-40f0-a47a-e4bdb978bfb3) At https://explain.dalibo.com/

[As per other Laravel configs](https://github.com/laravel/laravel/blob/11.x/config/auth.php#L5-L14), correctly align and space those used in the Debugbar config

Hello, In a previous PR meant to thank you for the brilliant package that has been so useful over the years! I'm putting in this PR in the hope it...

This may be a regression coming from the base php debugbar package. To replicate, add 'self' and a nonce to `style-src` in your Content-Security-Policy. Then add the nonce to debugbar:...

Why it is not showing debugbar? ``` Route::get('/debug', function () { dump(App\Models\User::find(1)); }); ``` PHP: 8.4 Laravel Version: 12.18.0 Debuger Bar: 3.15.4 But Laravel old folder structure.

![Image](https://github.com/user-attachments/assets/8ea558d3-5461-49ca-a2e4-75f294f92b93) In dark mode it is kinda hard to see text but in light mode it is all good. To replicate use debug($user) to see auth user.

This is the issue it gives me, !! To enable public access to previous requests, set debugbar.storage.open to true in your config, or enable DEBUGBAR_OPEN_STORAGE if you did not publish...

Hi, I'm using your package within a Lumen application and I got some errors to make it working with version after v3.14.10 and with Lumen 10. I got an error...

Hi, I'm using Laravel Debugbar with Laravel 11, and I noticed that cache lookups (e.g. select * from cache where key in (?)) are now shown in the Queries tab....

What if a resolver is created, which can be declared within the configuration file, where extra validation can be added by returning a boolean, for example: within the resolver validate...