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

![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/548cfa9e-ece3-4304-9ccb-016315ead494) Additionally, this change centers the icon vertically, and normalizes the size of the icons. ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/66dfb52d-9860-4546-90df-26fd3d14829b) --- Should messages that have a `debug` label also be differentiated? ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/c5821506-9a21-471f-afc9-f8f92196b3bb)

Fix logs depecated warnings It's a bug, my log file is growing unnecessarily. ![image](https://github.com/barryvdh/laravel-debugbar/assets/109294935/e49c0b2a-dd3d-45bb-a8ef-5da3e2abd5a9)

- Remove Laravel 5.x code - Remove unused variables, declarations - Compact collector adding

My exceptions tab has 2 exceptions. ![Screenshot 2024-02-20 at 3 29 04 PM](https://github.com/barryvdh/laravel-debugbar/assets/2997424/5af8211d-c96a-4f8f-849a-1f98df9eab17) I'm guessing it is related to OctoberCMS because I googled the error and the only thing that...

In the widget.js file, I made the #phpdebugbar-show-duplicates anchor tag more visible by adding bold styles to it, indicating that it is clickable. I also updated the wording of the...

After https://github.com/barryvdh/laravel-debugbar/pull/1525#issuecomment-1943878274, I realized that only first load uses a blade view, from that point all views are loaded through ajax, now ajax calls shows the inertia view ![image](https://github.com/barryvdh/laravel-debugbar/assets/4933954/ca820430-341f-4190-b3ee-ed303aebf1bc) I...

Hi! The package doesn't show sql queries which are run from providers. Sometimes it's inconvenience. Is it possible to fix this?

Steps to reproduce: 1. Activate Debugbar 2. Open any page in your project 3. Open Devtools and you should see the margin-bottom appended on tag ![image](https://user-images.githubusercontent.com/103689307/203877424-a8529226-1e05-49bf-bdf0-3ba9b6ea5ffd.png) Please let me know...

hi, im tring to use laravel debugbar using codespaces ide but ![image](https://user-images.githubusercontent.com/794216/214827868-978be487-8adf-46eb-a1ef-28e1605d715d.png) js and css file are not loaded. can you help me?