To install the ZR CKE5 Recipe, follow the steps below:
-
Ensure the below has been added to the
composer.jsoninstaller-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run
composer require zr/zr-cke5-recipe -
Run the following command (within
/webdirectory):ddev drush recipe recipes/custom/zr-cke5-recipe ddev drush cim --partial --source=recipes/custom/zr-cke5-recipe/config -y
This command will execute the ZR CKE5 Recipe installation.