Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Upgrade Require Command Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vtruhmanov committed Mar 15, 2018
1 parent dd36349 commit ff64d4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ To upgrade the extension follow next steps:

1. Backup your store's database and web directory.
1. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
1. Run command `composer require mirasvit/module-blog:*` to update the extension sources.
1. Run command `composer require mirasvit/module-blog:* --update-with-dependencies` to update current extension with all dependencies.
%%% note
In some cases the command above is not applicable, it's not possible to update just current module, or you just need to upgrade all Mirasvit modules in a bundle. In this case command above will have no effect. <br><br>
Run instead `composer update mirasvit/*` command. It will update all Mirasvit modules, installed on your store. <br><br>
%%%
1. Run command `php -f bin/magento setup:upgrade` to install updates.
1. Run command `php -f bin/magento cache:clean` to clean the cache.
1. Deploy static view files
Expand Down

0 comments on commit ff64d4d

Please sign in to comment.