Laravel Telescope Guzzle Watcher
Published on by Paul Redmond
The Laravel Telescope Guzzle Watcher is a Telescope plugin that provides Guzzle request and response logs within the Telescope UI:
Related Laravel News tutorial: Logging external HTTP Requests with Laravel Telescope by Steve McDougall.
Instead of hunting down the request/response code, you can quickly inspect all the details of a given request/response with a clean UI:
Ensure you check out the installation instructions, which show you how to exclude request/response headers that may contain API keys and other sensitive user information.
You can learn more about this package, get full installation instructions, and view the source code on GitHub.