kanopi / imagemagick-configuration
Installs and configures Imagemagick for Drupal.
Installs: 7 603
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 10
Forks: 0
Open Issues: 0
Language:JavaScript
Type:drupal-recipe
Requires
- drupal/imagemagick: *
This package is auto-updated.
Last update: 2024-10-29 14:39:49 UTC
README
Installs and configures Imagemagick for Drupal.
Configuring Drupal for Recipes
See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md
Installing this Recipe
composer require kanopi/imagemagick-configuration
Applying this Recipe
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
Unpacking this Recipe
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
Known Issues
- If the Imagemagick module is currently enabled, installation will fail.