mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 13:42:07 +02:00
469 B
469 B
drupal
상용구 코드를 생성하고, Drupal 프로젝트와 상호작용하며 디버그.
check
와 같은 일부 하위 명령에는 자체 사용법 문서가 존재. 더 많은 정보: https://drupalconsole.com/.
- 모듈 설치:
drupal module:install {{모듈_이름}}
- 모듈 삭제:
drupal module:uninstall {{모듈_이름}}
- 모든 캐시 지우기:
drupal cache:rebuild
- 현재 Drupal 설치 상태 보기:
drupal site:status