Home >Backend Development >PHP Tutorial >laravel 4安装出现失败处理

laravel 4安装出现失败处理

WBOY
WBOYOriginal
2016-06-23 13:32:521000browse

使用composer install 安装laravel 4失败时,出现

zlib_decode(): data error

解决办法:

先使用:

composer diagnose

检查composer是否正常

都返回ok的话就是了

再执行:

composer install -vvv

一般就能安装了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn