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

msabiry's avatar

cURL error 7 when installing fresh Laravel v6.2.0

Hello dear Programmers, When I install laravel via command: laravel new project_name It show me this error:

In CurlFactory.php line 185:

  cURL error 7: Failed to connect to cabinet.laravel.com port 80: Time
  d out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)


new [--dev] [--force] [--] [<name>]
0 likes
1 reply
Talinon's avatar

@msabiry Can you ping cabinet.laravel.com?

Alternatively, you can try just installing Laravel via composer command:

composer create-project --prefer-dist laravel/laravel project_name

Please or to participate in this conversation.