-
What is the best way to install Imagick? I'm just getting started working with Laragon and need to install Imagick on php 8.1.10. I found this https://www.youtube.com/watch?v=t48wd1mctP0 but after following the instructions I could not activate Imagick in the Laragon PHP Extensions list. I'm on Windows 10, Laragon 6.0.220916. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
The version of Imagick needs to match the version of PHP e.g. 8.1.10 TS x64. See my blog on how to pick the correct version of PHP, which will help to pick the correct match of Imagick:
If laragon doesn't automatically detect Imagick, it may need to be manually added the extension to php.ini. [imagick]
extension=imagick See the Xdebug or Opcache section of the above blog post for an example and details on how to access php.ini. |
Beta Was this translation helpful? Give feedback.
-
This page guide goes over the installation process quite nicely |
Beta Was this translation helpful? Give feedback.
The version of Imagick needs to match the version of PHP e.g. 8.1.10 TS x64.
See my blog on how to pick the correct version of PHP, which will help to pick the correct match of Imagick:
If laragon doesn't automatically detect Imagick, it may need to be manually added the extension to php.ini.
See the Xdebug or Opcache section of the above blog post for an example and details on how to access php.ini.