Skip to content

Instantly share code, notes, and snippets.

@VincentHelwig
Created November 5, 2014 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentHelwig/a6900c85b4e1365e331e to your computer and use it in GitHub Desktop.
Save VincentHelwig/a6900c85b4e1365e331e to your computer and use it in GitHub Desktop.
Quick Drush Uninstall/Reinstall of a Custom Module
drush pm-disable mymodule
drush pm-uninstall mymodule
drush pm-enable mymodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment