Update README

This commit is contained in:
Almira Krdzic
2018-07-30 10:55:13 +02:00
parent ff2b354fcc
commit 6bc157f2ed

View File

@@ -176,11 +176,15 @@ After any of these actions run:
##### Removing existing plugin ##### Removing existing plugin
For removing plugin that has no db changes just remove it from composer.json with: 1) remove it from composer.json with:
composer remove wpackagist-plugin/{plugin_name} composer remove wpackagist-plugin/{plugin_name}
After that remove it from `"activate-plugins"` and `"update-db"` scripts. 2) remove it from `"activate-plugins"` and `"update-db"` scripts.
3) Then run:
composer update
If plugin has database changes that we wish to be removed that is oneoff migration that can be done from If plugin has database changes that we wish to be removed that is oneoff migration that can be done from
admin panel or using script: admin panel or using script: