On this page you find all important commands for the CLI tool drupal. If the
command you are looking for is missing please ask our AI.
drupal
Drupal is a free and open-source web content management system (CMS) written in PHP and distributed under the GNU General Public License. Drupal provides an open-source back-end framework for at least 14% of the top 10,000 websites worldwide and 1.2% of the top 10 million websites—ranging from personal blogs to corporate, political, and government sites.[10] Systems also use Drupal for knowledge management and for business collaboration.[
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