The Laravel Spy package is a lightweight package to track and log outgoing HTTP requests in your application. It features a zero-config way to log all requests made with the Laravel HTTP client, useful for debugging and monitoring external API calls made in your application. The post Log Outgoing HTTP…

Read More