Skip to main content
Home

Drush commands to install (and uninstall) modules which are excluded from config synchronization.

Background

Drupal 8.8.0 introduced the $settings['config_exclude_modules'] feature, so that modules can be excluded from the configuration synchronization. Typically, this is used to make sure that development utility modules don't get enabled on the production environment.

https://www.drupal.org/sandbox/andrewmacpherson/3143102

© Shivakumar Ramamurthy