laravel-debugbar
laravel-debugbar copied to clipboard
Debugbar for Laravel (Integrates PHP Debug Bar)
Various known issues in jquery This has been reported upstream for nearly 3 years https://github.com/maximebf/php-debugbar/issues/447 The upgrade itself appears trivial [CVE-2020-11023](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-11023) In jQuery versions greater than or equal to 1.0.3...
In my opinion, it will be helpful `debugbar()->info($var1)->warning($var2);` Tnx!
I'm working on multi-tenant project I found that debugbar not working for subdomains it's always send request on central domain instead of subdomain 
I think this would be a really cool addition to the debugbar's "view" tab. https://github.com/beyondcode/laravel-view-xray
When I use `fetch` of javascript, I kept seeing `Uncaught (in promise) SyntaxError: Unexpected non-whitespace character after JSON at position ~`. ## How to reproduce ### environment MacOS 11.3.1 chrome...
- Laravel v9.44.0 (PHP v8.1.13) - barryvdh/laravel-debugbar version - v3.7.0 ## How to reproduce Modify the [laravel example](https://laravel.com/docs/9.x#your-first-laravel-project) app by inserting the following lines anywhere into `resources/views/welcome.blade.php`: ```blade @php $arr...
Hi everyone, I have added to my application the language prefix to use the Waavi / translation repository. Since then I do not get a complete debugar, of course APP_Debug...
Hello, I have issue where I inspect queries in debugbar and want to see from which view they are being called, and it displays compiled views' names instead of file...
Using DebugBar with Filament I have a page with 700+ views (not sure why as other pages with tables have 300+, this is probably part of my issue) and 100+...