Skip to content
Advertisement

How can I get response from guzzle in Laravel 5.3

I try like this :

JavaScript

When executed, the result is an errror curl_setopt_array(): cannot represent a stream of type Output as a STDIO FILE* How can I get the response?

I try in postman, it success get response

But I try use guzzle, it failed

Advertisement

Answer

You can try code below:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement