I have ext-fileinfo but Composer says it is missing

前端 未结 9 1606
旧时难觅i
旧时难觅i 2020-12-03 05:12

I\'m trying to install Laravel package Intervention Image and when I run composer update:

Your requirements could not be resolved to an installa         


        
9条回答
  •  醉梦人生
    2020-12-03 05:32

    Depending on your platform, there may be more php.ini, if you are using Wamp, then there are two:

    • wamp\bin\php\php5.4.3\php.ini
    • wamp\bin\apache\Apache2.4.4\bin\php.ini

    Make sure the extension is uncomented in both and then restart apache again.

提交回复
热议问题