I've used intervention image package in Laravel 5 project. It is working in local server. Now when I uploaded in shared server via cpanel, I am getting error:
MissingDependencyException in ImageManager.php line 123:
PHP Fileinfo extension must be installed/enabled to use Intervention Image.
Server has PHP Version 5.6.19
I went through requires ext-fileinfo. How do I add that into my composer.json file? but couldn't get solution. Where is the php.ini
file inside my cpanel?
phpinfo()
in a page on the server to get a better understanding of what is installed and/or enabled – Ransell