You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: environments/types.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,16 @@ The `shopware` environment type supports development of Shopware 6 projects, lau
74
74
75
75
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.
76
76
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
+
77
87
#### Commonalities
78
88
79
89
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