Laravel 安装器安装报错404
MAC系统,我执行:sudo laravel new xxx
提示:
[Guzzle\Http\Exception\ClientErrorResponseException]
Client error response
[status code] 404
[reason phrase] Not Found
[url] http://192.241.224.13/laravel-craft.zip
这个是什么原因呢?
提示:
[Guzzle\Http\Exception\ClientErrorResponseException]
Client error response
[status code] 404
[reason phrase] Not Found
[url] http://192.241.224.13/laravel-craft.zip
这个是什么原因呢?
5 个回复
王赛
赞同来自: FiveSay
创建laravel项目最好的方式是为composer配置国内镜像加速,见这里:http://pkg.phpcomposer.com/
然后通过如下指令创建项目即可:
注:laravel官方的installer最大的弊端就是将laravel最新安装包的地址写死了,当然,地址肯定是国外的,因此一旦国外的地址无法访问了,根本没有办法下载最新安装包,创建项目就会失败。composer方式可以改变镜像地址,还可以绕过“墙”
motecshine - 菜鸟
赞同来自:
cheergoivan
赞同来自:
baiyuxiong
赞同来自:
王赛
赞同来自: