Installs and configures Imagemagick for Drupal.
See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md
composer require kanopi/imagemagick-configuration
CD into your webroot.
Runphp core/scripts/drupal recipe recipes/contrib/imagemagick-configuration
Run drush cr
If you have our Docksal command in your project, run the following command:
fin recipe-apply imagemagick-configuration
To unpack this recipe's dependencies to your site's composer.json, in the root of your project run:
composer unpack kanopi/imagemagick-configuration
If you have our Docksal command in your project, run the following command:
fin recipe-unpack kanopi/imagemagick-configuration
- If the Imagemagick module is currently enabled, installation will fail.