Skip to content

Instantly share code, notes, and snippets.

@jamiehollern
Created July 26, 2016 13:22
Show Gist options
  • Save jamiehollern/04146d7381c4bc7b2555dc98c7efee3f to your computer and use it in GitHub Desktop.
Save jamiehollern/04146d7381c4bc7b2555dc98c7efee3f to your computer and use it in GitHub Desktop.
Drush config shortcuts for settings.local.php
<?php
// Config import shortcuts.
$dirs = array(
'base',
'dev',
'stage',
'prod',
);
foreach ($dirs as $dir) {
$config_directories[$dir] = '../config/' . $dir;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment