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 ca002a86c5 - Show all commits

View File

@@ -94,7 +94,7 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/)
- Project structure
Project structure is inspired with [Roots Bedrock structure](https://roots.io/bedrock/).
`Project structure is inspired with [Roots Bedrock structure](https://roots.io/bedrock/).
├── composer.json # → Manage versions of WordPress, plugins & dependencies
@@ -138,7 +138,7 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/)
(ex: woocommerce plugin exposes `wp wc update` which will apply pending database plugins for woocommerce).
For updating wordpress core or plugins, update version for package
(wordpress core database changes will be applied with `wp core update-db` cli command ).
wordpress core database changes will be applied with `wp core update-db` cli command ).
After any of these actions run: