Post

Uninstall Drupal Module Using Composer and Drush

Uninstall the Module:

1
drush pm:uninstall module_name

Remove the Module:

1
composer remove drupal/module_name

with ddev

Uninstall the Module:

1
ddev drush pm:uninstall module_name

Remove the Module:

1
ddev composer remove drupal/module_name
This post is licensed under CC BY 4.0 by the author.

Comments powered by Disqus.