composer install报错intervention/image 2.4.x-dev requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.

时间:2019-05-08 21:20:50   收藏:0   阅读:480

(1)问题:intervention/image 2.4.x-dev requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.

技术分享图片

 

(2)原因:

php.ini中的fileinfo扩展没有开启

开启 extension=php_fileinfo.dll

再重新安装就可以了’

 

(3)解决方法:

技术分享图片

技术分享图片

 

原文:https://www.cnblogs.com/zouke1220/p/10834617.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!