php-debugbar
php-debugbar copied to clipboard
Debug bar for PHP
Fix FileStorage::find function usort callback function to return int instead of bool, because after PHP8 bool return value for the callback function is not supported.
It's more accurate 
Hello, Laravel: 10 OS: Windows + Plesk PHP: 8.2.14 I'm getting an error in the debugbar when loading views into it. The view collector calls to DataCollector->getXdebugLink() and then it...
>The error that arises is: > >`file_exists(): open_basedir restriction in effect. File(...) is not within the allowed path(s): (PATH_TO_THE_SITE\)` Closes #587
DebugBar\DataCollector\PDO\TraceablePDO::getAccumulatedStatementsDuration(): Return value must be of type float, null returned File : maximebf/debugbar/src/DebugBar/DataCollector/PDO/TraceablePDO.php:251 line 251 : return array_reduce($this->executedStatements, function ($v, $s) { return $v + $s->getDuration(); });
Uur vendor directory is protected by htaccess so package resource. Is there a way to better way to display debugbar resource without pointing to vendor folder ? We add this...
**THIS IS OPTIONAL** - Closes https://github.com/barryvdh/laravel-debugbar/issues/1206 - Closes #525 
Added catch to promise for window.fetch wrapper to avoid "Uncaught (in promise) DOMException: The user aborted a request." errors. This is required to not trigger React's error handler which looks...
Add name to the and fields This is to remove certain Chrome "improvement" notices like: "A form field element has neither an id nor a name attribute. This might prevent...
 - Allows to easily add a counter for events/classes/hits and others - Supports xdebug editor links - On https://github.com/barryvdh/laravel-debugbar/pull/1470, all the [ModelsCollector](https://github.com/barryvdh/laravel-debugbar/blob/master/src/DataCollector/ModelsCollector.php) code is repeated, With `ObjectCountCollector` we could...