the requested PHP extension fileinfo is missing from your system.

  • 当composer install 出现这个错误时候composer install 报错
  • 原因是php.ini中的fileinfo扩展没有开启,开启 extension=php_fileinfo.dll,再重新执行命令安装就可以了。

相关文章:

  • 2022-12-23
  • 2021-07-28
  • 2021-07-06
  • 2021-11-25
  • 2021-05-07
  • 2021-08-05
  • 2021-06-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
  • 2022-02-10
  • 2021-07-22
  • 2022-03-06
相关资源
相似解决方案