I need to make some HTTP calls from within my routes / controllers ... and I immediately assume that I should using cURL.
Is there a preferred method of making server-side HTTP calls within Laravel, or should I just stick with cURL?
Guzzle is really nice for that sort of thing, but the documentation can be a bit thin at times.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community