How to Change Laravel's HTTP Client default behaviour
– geisi.dev - submitted by Tim Geisendörfer
When using Laravel packages which are relying on Laravel's HTTP Client you sometimes want to change the behaviour how the package is interacting with external Services. One of the ways to do that is using the powerful dependency injection feature brought by the Laravel service container.
Read more [geisi.dev]