drupal/config_split_recipe
Composer 安装命令:
composer require drupal/config_split_recipe
包简介
Drupal recipe package for an opinionated dev, staging, and prod Config Split baseline.
README 文档
README
What This Recipe Does
This recipe installs Config Split and creates three disabled environment split entities for development, staging, and production.
This is an opinionated baseline, not a fully generic split toolkit.
Package
- Composer package: drupal/config_split_recipe
- Recipe manifest: recipe.yml
Included Behavior
- Creates split entities: dev, staging, prod
- Leaves split status disabled by default
- Uses folder-based split storage paths
Requirements
- Drupal 10.3 or 11
- Config Split module
Install
composer require drupal/config_split_recipe
Apply
drush recipe config_split_setup
Post-Apply Steps
- Configure settings.php logic to activate the right split per environment.
- Import config as needed for your deployment flow.
- Run cache rebuild if required.
Known Limitations
- Split activation is always environment-specific and cannot be fully automated by the recipe alone.
- The shipped split content reflects this project baseline and may need adjustments in other environments.
Maintenance
- The split payload under configs/split is read at runtime by Config Split.
- The recipe is safe to re-apply because strict is set to false.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-06-16