(I don't know if this is a homestead, vagrant laravel or guzzle issue so I posted in all, any pointer or opinion would be greatly appreciated in debugging this)
I have a PHP Application (using laravel) that I setup on homestead (vagrant) at my.app Within this laravel app I installed the ''guzzle client library'' https://github.com/guzzle/guzzle.
I now developed a laravel command script that uses guzzle to send API requests to various API endpoints at my.app
The problem I keep getting error cURL error 6: Could not resolve host
It looks like something is funky with the host through vagrant. I tried to debug through the library but didn't gain much. How can I debug this more?
I am on Windows 8.1
mitchellh/vagrant#6465
Did you ever work through this? I'm running into a similar problem and am hoping you have some pointers.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community