-
Hi,
I am using the [Laravel integration](https://github.com/barryvdh/laravel-debugbar) for using php-debugbar.
We are currently using it to display all mysql queries running in our application.
…
-
Hello debug bar community,
This is my request generated by laravel-debugbar, I got ` 'taggables'.'taggable_type' = 'App\Models\Organization'` instead of **`App\\Models\\Organization`**.
`App\Mo…
-
Hi! The package doesn't show sql queries which are run from providers. Sometimes it's inconvenience. Is it possible to fix this?
-
What is the minimum supported version of PHP for php-debugbar?
-
Laravel debugbar provides checkaccess info :
![image](https://cloud.githubusercontent.com/assets/6630197/21308628/160f0f92-c5db-11e6-9186-967143d28ec5.png)
what do you about it?
-
Shortcuts like ```Shift+F12``` to toggle expand and minimize debugbar.
Shortcuts like ```Ctrl+Alt+M``` to expand debugbar at Messages tab.
Shortcuts like ```Ctrl+Alt+T``` to expand debugbar at Timel…
-
The latest debugbar.css contains:
div.phpdebugbar \* {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
text-decoration: none;
clear: initial;
width: auto;
-moz-box-sizing: cont…
-
I created a new branch "serverhandler" where the goal is to have the possibility to execute commands on the server from the debugbar.
The code is already implemented but I would love some feedback be…
-
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 re…
-
What can I do to make this function work on my centos 6.2 machine?
I have tried to install it using `yum` but it didn't work.