Skip to content

Instantly share code, notes, and snippets.

@michielgerritsen
Last active October 30, 2017 13:29
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 michielgerritsen/f795ef6669aedfdfe68aba5ac76618f2 to your computer and use it in GitHub Desktop.
Save michielgerritsen/f795ef6669aedfdfe68aba5ac76618f2 to your computer and use it in GitHub Desktop.
Disable all non Magento modules in Magento 2
php bin/magento module:disable $(php bin/magento module:status |grep -vE 'Magento|List|None|^$')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment