Update README
This commit is contained in:
10
README.md
10
README.md
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user