Drupal 8 Configuration Management with Drush

You can easily control your Drupal 8 configurations with Drush. First I’d recommend that you set your configurations files out of files folder:

Add this to your settings.php (or default.settings.php if you’d like it to be default):

Now you configurations should be more available and also visible for Git.

To export your current configurations use this:

and to import:

Notice that if you are a team or you are developing on multiple systems then it is necessary to have the same UUID for the site you are developing.

You can find out the site UUID with this:

and set it with this: