2019-11-19 18:39:32 +00:00
|
|
|
# drupal
|
|
|
|
|
2021-09-13 09:21:21 +01:00
|
|
|
> Generate boilerplate code, interact with and debug Drupal projects.
|
|
|
|
> Some subcommands such as `drupal check` have their own usage documentation.
|
2019-11-19 18:39:32 +00:00
|
|
|
> More information: <https://drupalconsole.com/>.
|
|
|
|
|
|
|
|
- Install a module:
|
|
|
|
|
|
|
|
`drupal module:install {{module_name}}`
|
|
|
|
|
|
|
|
- Uninstall a module:
|
|
|
|
|
|
|
|
`drupal module:uninstall {{module_name}}`
|
|
|
|
|
|
|
|
- Clear all caches:
|
|
|
|
|
|
|
|
`drupal cache:rebuild`
|
|
|
|
|
|
|
|
- View current Drupal installation status:
|
|
|
|
|
|
|
|
`drupal site:status`
|