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

KiberMath's avatar

when i do laravel new project its says that cabinet.laravel.com timed out

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?

0 likes
4 replies
Cronix's avatar
Cronix
Best Answer
Level 67

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 (.)

4 likes

Please or to participate in this conversation.