-
-
Similar to how ignition and ray and other tools work to convert local to remote paths
-
My setup:
OS: MacOS Sonoma 14.2.1
Processor: M2
Ruby: ruby 2.7.8p225 (installed with asdf-vm
Rails: Rails 5.2.4.6
We use postgres in our app, however the sqlite3 gem is also installed (sqlite3 …
-
macOs version: 11.1
php version: 8.0
companion app version: 0.1.0
Laravel Valet 2.13.16
Steps I followed:
- updated barryvdh/laravel-debugbar to v 3.5.2
- vendor:publish the config file
- d…
-
I originally reported this in barryvdh/laravel-debugbar#417 but I see that the problem is actually in php-debugbar. Storage data is being stored in a single key as a Redis hash (HSET), with each sess…
-
please help me
![image](https://github.com/barryvdh/laravel-debugbar/assets/77334970/091394cf-58a4-442e-ada8-e0a29fe6112a)
-
My site primarily uses soft navigation links, and those don't seem to trigger a request as far as Debugbar is concerned. Is there a way to still use this tool?
![Screenshot 2024-04-01 at 10 49 43 A…
-
Based on https://github.com/maximebf/php-debugbar/pull/272
Can we just use https://tabler.io/icons icons as svg inline? Either add the default ones to css, or allow the collectors to define svg (bas…
-
What to do if I have css like this:
```css
html, body {
height: 100%;
}
```
When debugbar adds margin-bottom to body, body goes out of view port for the same value as margin-bottom and I got…
-
- Laravel Swagger Version: v0.7.x-dev
- Laravel Version: 6.0.x
- PHP Version: 7.3
### Description:
If there is a route with PATCH method an error will be thrown: `Undefined index: patch`
Fixe…