Question:
I’m trying to find the right way to extend the Laravel Http Client Facade. I don’t want to do this every time when I want to get something from the response of my request. I would like to add some more helpers to prevent this. Also I can’t directly extend the client, because I’m using the facade with a macro to ease my life.Answer:
This is already built into the client.If you have better answer, please add a comment about this, thank you!