Files
tldr/pages.zh/common/drupal.md

409 B
Raw Blame History

drupal

生成基础代码与Drupal项目交互并调试。 一些子命令,如check,有其自己的使用文档。 更多信息:https://drupalconsole.com/

  • 安装模块:

drupal module:install {{module_name}}

  • 卸载模块:

drupal module:uninstall {{module_name}}

  • 清除所有缓存:

drupal cache:rebuild

  • 查看当前Drupal安装状态

drupal site:status