Laravel 项目运行 composer install 时出现错误信息
The zip extension and unzip command are both missing, skipping.
[192.168.1.235] < Your command-line PHP is using multiple ini files. Run php --ini to show them.

解决方法:

yum install -y zip unzip

标签: CentOS, PHP