Support the ongoing development of Laravel.io →
Installation Configuration Packages
Last updated 1 year ago.
0

Hi, you need to install PHP extension called fileinfo. You can ask your hosting provider to do that for you, or if you are managing your own server you can do it yourself.

http://www.php.net//manual/en/fileinfo.installation.php

Check this link, maybe will help a bit. I had same issue, but my company had cpanel server so it was fairly easy to install as PECL package from WHM administration.

Last updated 1 year ago.
0

easy... after blow my head searching... lol

well you just need to modify the php.ini file and uncomment the next line:

;extension=php_fileinfo.dll

so the final line is

extension=php_fileinfo.dll

DONE! restar apache.

retry the "composer update" command and continue with the installation

http://image.intervention.io/getting_started/installation

Last updated 1 year ago.
0

Thanks vanmart. It did save me some time.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.