2017-11-25 13 views
-2

を作成したいが、私は作曲を書くときは、私はこのエラーを取得し、端末に介入/画像を必要とする:私はプロフィール画像を作成したいユーザープロファイル用の画像介入

- intervention/image 2.4.1 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system. 
- intervention/image 2.4.0 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system. 
- Installation request for intervention/image ^2.4 -> satisfiable by intervention/image[2.4.0, 2.4.1]. 

To enable extensions, verify that they are enabled in your .ini files: 
- C:\AppServ\php5\php.ini 
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. 

Installation failed, reverting ./composer.json to its original content. 
+0

これまで何を試みましたか? – Camilo

+0

php.iniからextension = php.dllを削除しました – cugurel

+0

コメントを外しました。 – cugurel

答えて

0

php_fileinfo.dllがphp/extフォルダにあることを確認してください。その後、php.iniでこの行のコメントを外してください

extension=php_fileinfo.dll 
関連する問題