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

This PR add the connection name before the database name in the query tab. This is super usefull when working with multiple connection (eg master/readonly). ![image](https://user-images.githubusercontent.com/29306492/153717232-d9636a86-61e1-479b-b52a-100c1c8b1cc6.png)

Hi, @barryvdh This pull request is a proposition to add a support telescope subdomain if needed. Thanks ;)

To works debugbar in lumen (and fix issue #1200), i'm suggest to use `\Illuminate\Container\Container` instead `Illuminate\Foundation\Application` (that not support `Laravel\Lumen\Application`) in function argument on extend 'view.engine.resolver'. `\Illuminate\Container\Container` extends both `Laravel`...

Since it was only updated for a few months in 2014

With double quotes it is `"Barryvdh\\Debugbar\\ServiceProvider"`

Some PDO drivers do not support string quoting for use in SQL queries and the PDO->quote method returns False in these cases. This is the case for DB2 ODBC for...

feedback required

Context: https://github.com/barryvdh/laravel-debugbar/pull/1224#issuecomment-966907943, #1256 > The tests didn't run properly, skipped them with #1256 for now. I think it relies on the specific format being available, so maybe set that in...

This PR fixes issue #1206. Adds `:` info to each message item that is dumped. When called from a view, resolves path to the non-compiled view path. Additional changes: -...

Fixes #1234 (see docs, starting from Laravel 5.5: https://laravel.com/api/5.5/Illuminate/Routing/Route.html#method_gatherMiddleware)