Skip to content

Instantly share code, notes, and snippets.

@mikemilano
Created January 4, 2017 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikemilano/4996cd15a50f202c81771fcb9bc693b3 to your computer and use it in GitHub Desktop.
Save mikemilano/4996cd15a50f202c81771fcb9bc693b3 to your computer and use it in GitHub Desktop.
Remove Drupal Commerce 2 from Drupal 8
drush cr
drush pmu commerce_payment_example -y
composer remove drupal/commerce_payment_example
drush pmu commerce_payment -y
drush pmu commerce_checkout -y
drush pmu commerce_cart -y
drush pmu commerce_order -y
drush pmu commerce_product -y
drush pmu commerce_store -y
drush pmu commerce_price -y
drush pmu state_machine -y
drush cron
drush pmu commerce -y
composer remove drupal/commerce --no-update-with-dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment