Home >Backend Development >PHP Tutorial >yii2 composer installation failed

yii2 composer installation failed

WBOY
WBOYOriginal
2016-08-18 09:15:321082browse

Composer installed yii2.0 successfully, but when using composer install to update vendor, an error occurred


yii2 composer installation failed


Reply content:

Composer installed yii2.0 successfully, but when using composer install to update vendor, an error occurred


yii2 composer installation failed


According to your screenshot, the error is very clear, the mbstring extension is missing, just install it

As shown in the picture, it says that your PHP does not have the mbstring extension enabled.

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