-
Hi, I'm having a hard time installing the debugbar for SilverStripe 4.1.1. I've made the requirements, and used terminal, but the bar does not show on Firefox Developer Edition browser.
Here is th…
-
We use `jQuery` via the `jquery-rails` gem. Upgrading the debugbar to 0.3.2 just completely breaks the jQuery installation (via the `debugbar_head` helper where it loads the script).
With this issu…
-
### Describe the bug
[17-Dec-2023 15:33:32 UTC] SQLSTATE[42S02]: Base table or view not found: 1146 Table '4solution_fozzbilliz.extension' doesn't exist
[17-Dec-2023 15:34:03 UTC] Unk…
hedho updated
1 month ago
-
Is there any way to **disable the debugbar by default** and enable it dynamically in the middleware?
When in AppServiceProvider boot I add Debugbar::disable(); and then in the middleware in the con…
-
The Idea is to call `Debugbar::info($var)` on `PC::debug($var)` when [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) is active.
-
- 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 …
-
During composer Install I'm getting this error in dev mode:
```
In ProviderRepository.php line 208:
Class 'Barryvdh\Debugbar\ServiceProvider' not found
```
Tried to deploy on heroku as well b…
-
**my javascript url** : http://192.168.0.10/_debugbar/assets/javascript?m=frontend&1523208358
```
Notice: Undefined index: path in /andydata/wwwroot/video/video_new/vendor/snowair/phalcon-debugbar/…
-
This may be a regression coming from the base php debugbar package.
To replicate, add 'self' and a nonce to `style-src` in your Content-Security-Policy. Then add the nonce to debugbar:
```php
if…
-
So from https://github.com/php-pm/php-pm
> Laravel's debugger isn't working yet perfectly since it's still needed to reset some stuff after each request.
I'm assuming you mean my Laravel Debugbar?
…