drupal/ai_ecosystem
最新稳定版本:1.0.0-alpha2
Composer 安装命令:
composer require drupal/ai_ecosystem
包简介
Gets all the different AI modules and libraries
关键字:
README 文档
README
This is a recipe that downloads the AI module and a lot of the ecosystem in terms of third party modules and providers.
Install
1. Add the recipe part to your composer.json
Unless you have done this already, add the following into your composer.json to make sure the recipes are placed correctly.
"installer-paths": {
// existing entries omitted...
"web/recipes/contrib/{$name}": [
"type:drupal-recipe"
]
}
2. Get this recipe.
Run the following to download the recipe:
composer require drupal/ai_ecosystem
3. Download dependencies and apply the recipe.
Run the following two commands to download all the dependencies from this recipe and then apply it.
composer install
drush recipe recipes/contrib/ai_ecosystem
统计信息
- 总下载量: 73
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-10-29