Linux
Command
Library
Basics
Tips
Commands
drush
drush
TLDR
Enable module "foo"
$ drush en [foo]
Uninstall module "foo"
$ drush pmu [foo]
Clear all caches
$ drush cr
Clear CSS and JavaScript caches
$ drush cc css-js
COLLAPSE ALL
Copied to clipboard