laravel安装intervention/image图像处理扩展 报错fileinfo is missing

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel安装intervention/image图像处理扩展 报错fileinfo is missing相关的知识,希望对你有一定的参考价值。


在安装intervention/image图像处理扩展 报错fileinfo is missing

报错信息如下:


\blog>composer require intervention/image
Using version ^2.3 for intervention/image
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - intervention/image 2.3.7 requires ext-fileinfo * -> the requested php extension fileinfo is missing from your system.
    - intervention/image 2.3.6 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
    - intervention/image 2.3.5 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
    - intervention/image 2.3.4 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
    - intervention/image 2.3.3 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
    - intervention/image 2.3.2 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
    - intervention/image 2.3.1 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
    - intervention/image 2.3.0 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.




出现此错误的原因是php.ini中的fileinfo扩展没有开启

开启 extension=php_fileinfo.dll

再重新安装就可以了’

以上是关于laravel安装intervention/image图像处理扩展 报错fileinfo is missing的主要内容,如果未能解决你的问题,请参考以下文章

Laravel只能通过Laravel安装器进行安装。

Laravel安装方法总结

Laravel,作曲家安装,不要安装 laravel/framework

Laravel 安装

Laravel的三种安装方法总结

如何安装 laravel