ImageMagick Module not available with this PHP installation - Laravel Intervention

Опубликовано: 28 Сентябрь 2024
на канале: Let's Fix That Error
3,611
10

I am using intervention image manipulation package for laravel, but I can't use imagick instead of bg for the image manipulations. The error thrown is:


Intervention\Image\Exception\NotSupportedException

ImageMagick Module not available with this PHP installation.



The fix of this error is simple. I just used the configuration file of the intervention package. This file is located in config/image.php as you can see in the video.


Don't forget to subscribe for more error-fixing and tips & tricks for Laravel framework.