通过Laravel Installer安装Laravel 5.2会给我带来这个错误。我该如何解决?

时间:2017-02-13 14:41:02

标签: laravel

c:\xampp\htdocs>laravel new --5.2 MyNewProj

Crafting application...
[GuzzleHttp\Exception\ClientException]
Client error: 'GET http://cabinet.laravel.com/latest-52.zip' resulted in a '404 Not Found' response:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex,nofollow (truncated...)

new [--dev] [--5.2] [--] [<name>]

执行laravel installer命令时出现此错误。 我想使用仅限安装程序安装laravel。 那么我怎样才能解决这个错误?

1 个答案:

答案 0 :(得分:0)

看起来像laravel方面的错误,请参阅此处未找到错误: http://cabinet.laravel.com/latest-52.zip

看到这篇文章,它是这篇文章的副本: laravel new command with older version