Created
May 15, 2018 08:23
-
-
Save arjus/421478a14bd5ec805891833d48f9704a to your computer and use it in GitHub Desktop.
Update Magento 2 version with composer
This file contains hidden or 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
# Step 1 - Modify version number to composer.json | |
# Step 2 - Run composer | |
composer update | |
# Step 3 - Clean pre generated files | |
rm -rf var/view_preprocessed/* | |
rm -rf generated/* | |
#Step 4 - Upgrade Set-up | |
bin/magento setup:upgrade --keep-generated | |
#Step 5 - Flush the cache | |
bin/magento cache:flush |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment