System Grab Bag

View all TLDR pages from common (or from all pages)

drush

A command-line shell and scripting interface for Drupal. More information: https://www.drush.org.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.