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.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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] [--] [
Please or to participate in this conversation.