https://github.com/kanopi/imagemagick-configuration
Installs and configures Imagemagick for Drupal.
https://github.com/kanopi/imagemagick-configuration
do-not-archive drupal-recipe internal-tool saplings
Last synced: 22 days ago
JSON representation
Installs and configures Imagemagick for Drupal.
- Host: GitHub
- URL: https://github.com/kanopi/imagemagick-configuration
- Owner: kanopi
- License: gpl-2.0
- Created: 2023-11-03T13:38:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T16:58:51.000Z (4 months ago)
- Last Synced: 2025-03-06T16:07:45.269Z (about 2 months ago)
- Topics: do-not-archive, drupal-recipe, internal-tool, saplings
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Imagemagick Configuration
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.
Run`php 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.