Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

codescrazy's avatar

PHP Fileinfo extension must be installed show on my page

Hello,

I got the following error message on my laravel application. I used intervention/image

PHP Fileinfo extension must be installed/enabled to use Intervention Image.

0 likes
2 replies
impbob36's avatar

Check you have the extension enabled in your php.ini

;extension=php_fileinfo.dll

... should be (no semi-colon at start) ...

extension=php_fileinfo.dll
codescrazy's avatar

I changed my php.ini and I tried But I still get the error message

Please or to participate in this conversation.