Last active
October 30, 2017 13:29
-
-
Save michielgerritsen/f795ef6669aedfdfe68aba5ac76618f2 to your computer and use it in GitHub Desktop.
Disable all non Magento modules in Magento 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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