zr / zr-security-autologout
ZR Security Auto Logout Bundle
Installs: 8
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- php: >=8.1
- drupal/autologout: ^2.0
README
To install the ZR Security Autologout 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 Autologout Recipe installation:
ddev drush recipe recipes/custom/zr-security-autologout
This command will execute the ZR Security Autologout Recipe installation.