Laravel Telescope Integration for SaloonPHP
This week, I've been working on getting Laravel Telescope working with SaloonPHP. This was previously doable using the SaloonPHP HTTP Client Sender package but we recently decided to abandon this package and instead build the functionality into the Laravel plugin.
If you still require saloonphp/laravel-http-sender in your project, you can remove it and instead require saloonphp/laravel-plugin. You'll need to be on at least v3.8 for Laravel Telescope to work. Once installed, you should start seeing requests through Saloon appear in the HTTP Client tab.
I really wish Laravel Telescope allowed you to define your own watchers. Ideally, I'd have a SaloonWatcher which would add a new Saloon tab into Telescope. Perhaps this is something I might hack on in my spare time!