snippetbashTip
drupal — Generate boilerplate code, interact with and debug Drupal projects. Some subcommands such as `check`
Viewed 0 times
commandboilerplatedrupalinteractclicodewithgenerate
Problem
How to use the
drupal command: Generate boilerplate code, interact with and debug Drupal projects. Some subcommands such as check have their own usage documentation. drupal has been deprecated. Use drush instead. More information: <https://drupalize.me/topic/drupal-console>.Solution
drupal — Generate boilerplate code, interact with and debug Drupal projects. Some subcommands such as check have their own usage documentation. drupal has been deprecated. Use drush instead. More information: <https://drupalize.me/topic/drupal-console>.Install a module:
drupal module:install {{module_name}}Uninstall a module:
drupal module:uninstall {{module_name}}Clear all caches:
drupal cache:rebuildView current Drupal installation status:
drupal site:statusCode Snippets
Install a module
drupal module:install {{module_name}}Uninstall a module
drupal module:uninstall {{module_name}}Clear all caches
drupal cache:rebuildView current Drupal installation status
drupal site:statusContext
tldr-pages: common/drupal
Revisions (0)
No revisions yet.