zr / zr-ai-bundle
ZR AI Bundle
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- php: >=8.1
- drupal/ai: ^1.0
- drupal/ai_provider_openai: ^1.0
README
To install the ZR AI Bundle, 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 AI Bundle installation:
ddev drush recipe recipes/custom/zr-ai-bundle
This command will execute the ZR AI Bundle installation.