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

21 lines
409 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# drupal
> 生成基础代码与Drupal项目交互并调试。
> 一些子命令,如`check`,有其自己的使用文档。
> 更多信息:<https://drupalconsole.com/>。
- 安装模块:
`drupal module:install {{module_name}}`
- 卸载模块:
`drupal module:uninstall {{module_name}}`
- 清除所有缓存:
`drupal cache:rebuild`
- 查看当前Drupal安装状态
`drupal site:status`