felixarntz / wordpressdev

WordPress core development environment based on Lando.
GNU General Public License v2.0
13 stars 0 forks source link

Reorganize to support multiple core development directories and facilitate plugin development #5

Closed felixarntz closed 5 years ago

felixarntz commented 5 years ago

This PR augments #4, with the goal to provide an even more flexible environment.

It decouples the Lando setup from the WordPress core instance used, allowing to develop on different core instances and easily exchange them. This has the following benefits:

The benefits that the original PR #4 introduces remain in place. Plugins and themes can be developed in a separate content directory.

Further notes on the changes:

To do: The docs in the readme need to be adjusted.

felixarntz commented 5 years ago

PR floor is open for https://github.com/felixarntz/wordpressdev/pull/5#discussion_r244013609!