New project structure #6

Merged
akrdzic merged 24 commits from new-project-structure into master 2018-07-31 13:43:29 +02:00
Showing only changes of commit 6bc157f2ed - Show all commits

View File

@@ -176,11 +176,15 @@ After any of these actions run:
##### 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
admin panel or using script: