saloon icon indicating copy to clipboard operation
saloon copied to clipboard

Change guzzle client creation (linked to PR in laravel-plugin)

Open gdebrauwer opened this issue 1 year ago • 0 comments

I noticed the laravel-http-sender package is being sunset, but I still want requests/responses to be logged in Telescope. Then I discovered this is possible with the following package: https://github.com/huzaifaarain/telescope-guzzle-watcher/tree/main

The problem is that this package only works if the guzzle client is created using the service container. That is currently not the case.

This PR and PR https://github.com/saloonphp/laravel-plugin/pull/62 make that possible with minimal changes.

gdebrauwer avatar Apr 18 '24 08:04 gdebrauwer