zr / zr-security-spam-prevention
ZR Security SPAM prevention Bundle
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- php: >=8.1
- drupal/honeypot: ^2.2
- drupal/recaptcha: ^3.4
- drupal/recaptcha_v3: ^2.0
README
To install the ZR Security SPAM Prevention Recipe, 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 Security SPAM Prevention Recipe installation:
ddev drush recipe recipes/custom/zr-security-spam-prevention
This command will execute the ZR Security SPAM Prevention Recipe installation.