定制 drupal/config_split_recipe 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Configure settings.php logic to activate the right split per environment.
  2. Import config as needed for your deployment flow.
  3. 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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-06-16