configuration

Configuration management in Drupal 8

To migrate settings from development to staging and production environments, we (mis)used the features module in Drupal 7. In Drupal 8 we have configuration management. With configuration management you can have a file-based workflow for moving settings around, meaning you can put your database settings in files. These files can be added to version control and imported on staging, production or your teammates development environment.