I was trying to create a laravel project, using the terminal command laravel
I wrote laravel new blog and immediately appears the message Crafting application...
Seconds after that appears the message:
[Guzzle\Http\Exception\CurlException]
[curl] 7: Failed connect to 192.241.224.13:80;
Operation timed out [url] http://192.241.224.13/laravel-craft.zip
Any idea to solve it?
192.241.224.13:80is down. Nobody seems to have access. Install laravel from github instead.