So I'm trying to create a new laravel app, and am getting the following error:
Crafting application...
[Guzzle\Http\Exception\CurlException]
[curl] 7: Failed connect to 192.241.224.13:80; Operation timed out [url] http://192.241.224.13/laravel-cra
ft.zip
new name
Any ideas what might be happening? Is anyone else seeing this?
Had the same issue today. Looks like the server (192.241.224.13) is down. I suppose it's only temporarily. You can use the "composer create-project laravel/laravel --prefer-dist" till it's up again.
P.S. That composer-block I copied from the official documentation, shouldn't there be a projectname between laravel/laravel and --prefer-distcomposer create-project laravel/laravel --prefer-dist?