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

Debug bar for PHP

Results 167 php-debugbar issues
Sort by recently updated
recently updated
newest added

At my current workplace we have a custom debug bar (we use an in house framework sadly) which i am attempting to migrate to this, my main issue is the...

In PHP 8.4, implicit nullable parameter types are deprecated; see also https://wiki.php.net/rfc/deprecate-implicitly-nullable-types. This MR changes occurrences of this pattern. See also https://github.com/barryvdh/laravel-debugbar/pull/1632.

Make it easier to show more extensive tooltips

Update canonical search in url ?& symbols debug handler url ajax

Current layout: Default: ![image](https://github.com/user-attachments/assets/90cc4245-9c3d-4a4d-a03e-fef3180aaed0) Laravel: ![image](https://github.com/user-attachments/assets/35de6766-3898-478c-bed9-39042c478160) Downside: - Ajax dropdown shows only when multiple requests are loaded - Dropdown cannot show entire route - For Laravel, we show the current...

Rough prototype of ability to run action through the openhandler. Downside is that collectors do not have access to the Debugbar instance, so not sure how to best generate those...

Hi, is there a dark mode for debugbar ? Thanks

- Closes #768 - Closes #774 https://www.doctrine-project.org/projects/doctrine-orm/en/3.3/reference/configuration.html The code was moved from `\DebugBar\Bridge\DoctrineCollector` to `\DebugBar\Bridge\Doctrine\DoctrineCollector` and the middleware was added, it keeps 2.x support on `\DebugBar\Bridge\DoctrineCollector` the middleware wraps doctrine...

$entityManager->getConnection()->getConfiguration()->setSQLLogger($debugStack); is depreceated right? any plans to fix it?