Configuration management in Drupal8



Better source:
https://www.slideshare.net/nuvoleweb/advanced-configuration-management-with-config-split-et-al

How to (in short):

  1. Create one split in local
  2. Keep it disabled
  3. Enable via config override
  4. Enable all the dev modules that you want
  5. drush cex => it will  update sync folder and respective split folder(the one which is active) Note: Next export all the configuration (with `drush cex` for drush >= 8.1.10 and `drush csex` for older versions of drush).


Comments

Popular posts from this blog

Programatically create layout builder section in Drupal

Code quality analysis of Drupal. Can I use Sonar?

Set up Drupal7 to Drupal8 migration in simple steps (using Drush)