Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jofret's avatar

I have error installing laravel

hello good day, I`m installing laravel, first I ran laravel installer with composer:

C:\xampp\htdocs>composer global require laravel/installer Changed current directory to C:/Users/jofre/AppData/Roaming/Composer Using version ^3.0 for laravel/installer ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Nothing to install or update Generating autoload files

Then ran comand "C:\xampp\htdocs>Laravel new my-test-app"

but prompt shows me this error:

C:\xampp\htdocs>Laravel new my-test-app Crafting application...

In CurlFactory.php line 200:

cURL error 28: Failed to connect to 190.195.101.53 port 1080: Timed out (see https://curl.haxx.se/libcurl/c/libcurl -errors.html)

new [--dev] [--auth] [-f|--force] [--] [

0 likes
8 replies
bobbybouwmann's avatar

This looks like a network issue on your side. This has nothing to do with the Laravel installer itself.

You can get this error when your network doesn't work or when you're behind a proxy or even if you have a strong firewall.

guybrush_threepwood's avatar

That's an Argentinean IP on the error message and the port is usually associated with a proxy server. Try connecting to the internet directly if that's a possibility.

jofret's avatar

Hello thanks for your answer. I'm connected through a lan port. I see that I need to call my internet provider.

1 like
ousid's avatar

it's looks like you have a networking issue.

check you internet connection and try again with compser require

Please or to participate in this conversation.