Update updating.md

This commit is contained in:
Lucas Bartholemy 2018-08-29 10:13:56 +02:00 committed by GitHub
parent 2e7b405c1a
commit 2f40c68f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,12 @@ cd protected
php yii migrate/up --includeModuleMigrations=1
```
5. Update installed marketplace modules
```
cd protected
php yii module/update-all
```