Php versions – Api consumption for internal laravel api is getting failed -cURL error 28: Connection timeout
This is the error message I am getting, when hitting the url http://localhost:8000/test cURL error 6: Could not resolve host: api (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for api/test using full url Like this Http::get('http://localhost:8000/api/test') get this error cURL error 28: Connection timeout after…