Skip to content

Instantly share code, notes, and snippets.

@ValeriiVasyliev
Last active May 18, 2021 08:11
Show Gist options
  • Save ValeriiVasyliev/d11f5d9b837379a88a69c244f2369e26 to your computer and use it in GitHub Desktop.
Save ValeriiVasyliev/d11f5d9b837379a88a69c244f2369e26 to your computer and use it in GitHub Desktop.
Drupal. Drush commands

Uninstall module

drush pm-uninstall MODULE -y

Install module

drush pm-enable MODULE -y

Rebuild cache

drush cr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment