Skip to content

Instantly share code, notes, and snippets.

@bySebastian
Last active November 30, 2017 09:14
Show Gist options
  • Save bySebastian/66334888ae9445060bc968c1271ce6bb to your computer and use it in GitHub Desktop.
Save bySebastian/66334888ae9445060bc968c1271ce6bb to your computer and use it in GitHub Desktop.
[modules] install / enable / disable modules #drush
# Disable Drupal module
drush pm_uninstall module_name
# Enable (installed) Drupal module
drush en module_name
# Install Drupal module
drush dl module_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment