hannesvdvreken / guzzle-debugbar

A Guzzle middleware that lets you log HTTP requests in the PHP debugbar timeline.
MIT License
75 stars 12 forks source link

Following just the Laravel installation steps does not work with the Laravel Http client #16

Open matthewnessworthy opened 1 day ago

matthewnessworthy commented 1 day ago

Hi, following the Laravel support steps listed in the README, it does not work when using Laravel's Http client. No Timeline or Messages are logged

hannesvdvreken commented 1 day ago

Which version of this package, which version of Laravel HTTP client?

matthewnessworthy commented 1 day ago

@hannesvdvreken latest versions of everything

laravel/framework : v11.34.2 hannesvdvreken/guzzle-debugbar : 3.0.1 maximebf/debugbar : v1.23.3 barryvdh/laravel-debugbar : v3.14.9

running on PHP 8.2.25