laravel 4安装出现失败处理

WBOY
Release: 2016-06-23 13:32:52
Original
963 people have browsed it

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

zlib_decode(): data error
Copy after login

解决办法:

先使用:

composer diagnose
Copy after login

检查composer是否正常

都返回ok的话就是了

再执行:

composer install -vvv
Copy after login

一般就能安装了

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template