
drupal
List of commands for drupal:
-
drupal:cache:clear Clear all caches.$ drupal cache:rebuildtry on your machineexplain this command
-
drupal:modules:install Install a module.$ drupal module:install ${module_name}try on your machineexplain this command
-
drupal:modules:uninstall Uninstall a module.$ drupal module:uninstall ${module_name}try on your machineexplain this command
-
drupal:status View current Drupal installation status.$ drupal site:statustry on your machineexplain this command