laravel-debugbar
laravel-debugbar copied to clipboard
Debugbar for Laravel (Integrates PHP Debug Bar)
``` Undefined property: Illuminate\Auth\SessionGuard::$id ```
Added numerical ordering for widgets list, such as: - Views list - SQL queries list 
…tructor fix
Run ```bash $ php8.1 cachetool.phar opcache:compile:scripts /paht/to/laravel In AbstractAdapter.php line 63: Return type of DebugBar\DataCollector\PDO\TraceablePDOStatement::bindColumn($column, &$param, $type = null, $maxlen = null, $driv erdata = null) should either be compatible...
u
I'm in a strange situation where adding a single field to a form I go from 0.7s to more than 9 seconds to get the page Your excellent debugbar allowed...
# step to reproduce 1. create fresh laravel from command `composer create-project laravel/laravel debugbar-cookie` 2. install laravel debug bar `composer require barryvdh/laravel-debugbar --dev` 3. disable session by edit `app/Http/Kernel.php` and...
I have "barryvdh/laravel-debugbar": "^3.7" and laravel 9 app and wonder If the pluging work only on page reloded ? a) Can I catch and see results of axios requests which...
Hi. 1. deprecated by PHP8.2 * `local.WARNING: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /*/vendor/barryvdh/laravel-debugbar/src/LaravelDebugbar.php` 2. use PHP-CS-Fixer (LaravelPint) to config/debugbar.php