laravel-debugbar
laravel-debugbar copied to clipboard
Debugbar for Laravel (Integrates PHP Debug Bar)
The problem and a workaround are described in [this laracasts thread](https://laracasts.com/discuss/channels/laravel/wrong-previous-url-in-session-redirect-back-goes-to-an-asset) 8 years ago. This is still the case. In short, this is what's happening: 1. User opens `create` route...
Referenced here: https://github.com/barryvdh/laravel-debugbar/issues/1614#issuecomment-2049816544 https://github.com/FortAwesome/Font-Awesome/issues/19925 Currently using: barryvdh/laravel-debugbar 3.13.5 which depends on: maximebf/debugbar 1.22.3 Currently on laravel 11.20.0
Exception: Cannot add GateCollector on Laravel Debugbar: Target [Illuminate\Contracts\Auth\Access\Gate] is not instantiable while building [Barruvdh\Debugbar\DataCollector\GateCollector]. `vendor/barryvdh/.laravel-debugbar/src/LaravelDebugbar.php#663` I just updated Laravel version to v11.18.0 and updated other packages as well, is...
Hi there I need to load the Debugbar from a sub domain because that's where my Laravel instance is running and my system on my top-level domain is querying Laravel...
Hi, this generates false positive N+1 detection when using explicit table: `$query->where($table . '.' . 'uuid', $key);` ```sql select * from `account_memberships` where `account_memberships`.`user_id` = ? and `account_memberships`.`user_id` is not...
The current CI configuration tries to commit automatic style fixes to the `master` branch. This fails due to pushing not being allowed due to branch protection rules; see e.g. https://github.com/barryvdh/laravel-debugbar/actions/runs/9922834440/job/27412338699#step:7:62....
This PR migrates the PHPCS cli configuration to a xml file, to allow for easier usage and ensure consistency across phpcs/phpcbf calls. It also fixes some (auto-)fixable codestyle errors that...
This MR: - Runs the testsuite against PHP 8.4 (uses the currently still unstable beta version); to allow this the `--ignore-platform-req=php+` is added to `composer` calls in integration tests, to...
- Hide inactive tabs until used; https://github.com/maximebf/php-debugbar/pull/672 - Combine Route / Request tabs and make it easier to read? Also remove the tab or indicator, as it's double now, so...
https://github.com/barryvdh/laravel-debugbar/blob/c0bee7c08ae2429e4a9ed2bc75679b012db6e3bd/src/Resources/queries/widget.js#L113