To install the ZR Links, follow the steps below:
-
Open your terminal.
-
Navigate to your project directory.
-
Ahead of running
composer require zr/RECIPE_NAME
- ensure the below has been added to the rootcomposer.json
installer-paths"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run the following command to execute the ZR Links installation:
ddev drush recipe recipes/custom/zr-cb-links
This command will execute the ZR Links installation.