Level 60
Hi, download from github https://github.com/laravel/laravel
3 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello! I try to create new laravel project but it gives me error
cURL error 7: Failed to connect to cabinet.laravel.com port 80: Timed out (see http://curl.haxx.se/libcurl/c/libcur l-errors.html)
what can i do with it?
Just use composer to install and not the laravel installer?
composer create-project --prefer-dist laravel/laravel blog
If you don't want it to create a blog directory and just install in the current directory you are in, replace "blog" with a dot (.)
Please or to participate in this conversation.