Skip to content

Commit fccc603

Browse files
committed
Documents WordPress support
Support for WordPress environment was already added under PR #206 but was not documented. This PR adds it to Environment Types documentation page and it fixes #324.
1 parent a93d800 commit fccc603

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

environments/types.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ The `shopware` environment type supports development of Shopware 6 projects, lau
7474

7575
In order to achieve a well performing experience on macOS, files in the webroot are synced into the container using a Mutagen sync session with the exception of `public/media` which remains mounted using a delegated mount.
7676

77+
#### WordPress
78+
79+
The `wordpress` environment type supports development of WordPress projects, launching containers including:
80+
81+
* Nginx
82+
* PHP-FPM
83+
* MariaDB
84+
85+
Files are currently mounted using a delegated mount on macOS and natively on Linux.
86+
7787
#### Commonalities
7888

7989
In addition to the above, each environment type (with the exception of the `local` type) come with PHP setup to use `mhsendmail` to ensure outbound email does not inadvertently leave your network and to support simpler testing of email functionality. Mailhog may be accessed by navigating to [https://mailhog.warden.test/](https://mailhog.warden.test/) in a browser.

0 commit comments

Comments
 (0)