Configuration management in Drupal8
Better source:
https://www.slideshare.net/nuvoleweb/advanced-configuration-management-with-config-split-et-al
How to (in short):
- Create one split in local
- Keep it disabled
- Enable via config override
- Enable all the dev modules that you want
- 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
Post a Comment