Last active
November 30, 2017 09:14
-
-
Save bySebastian/66334888ae9445060bc968c1271ce6bb to your computer and use it in GitHub Desktop.
[modules] install / enable / disable modules #drush
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Disable Drupal module | |
drush pm_uninstall module_name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable (installed) Drupal module | |
drush en module_name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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