bedrock
bedrock copied to clipboard
WordPress boilerplate with Composer, easier configuration, and an improved folder structure
Work for add a local dev docker with container : - Maildev for catch mail on port 8080 - PhpAdmin on port 8081 - Nginx on port 80 - PHP...
If you're using the global WP-CLI, it won't include the project's Composer autoloader until WordPress itself loads and Bedrock's own code to include the autoloader happens. This means that if...
Currently, there is a mismatch between `WP_ENV` and `WP_ENVIRONMENT_TYPE` as described in #538. As opposed to PR #543, this does not try to keep `WP_ENV` and `WP_ENVIRONMENT_TYPE` in sync but...
We've [struggled](https://github.com/roots/bedrock/issues/154) with a good way of using WP caching plugins in the past with Bedrock due to limitations with WP itself and how the plugins worked. These plugins rely...
## Submit a feature request or bug report - [x] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) - [x] This is a feature request - [ ] This...
Based on #538 I added the support for new constants introduced in WP 5.5: - `WP_ENVIRONMENT_TYPES` - `WP_ENVIRONMENT_TYPE` if `WP_ENV` is set but no `WP_ENVIRONMENT_TYPE` than `WP_ENVIRONMENT_TYPE = WP_ENV` if...
Updates to using a custom repository for `Dotenv` instead of the default which includes `ServerConstAdapter`. The new custom repository *only* includes `EnvConstAdapter`. The `$_SERVER` superglobal often gets dumped into logs...
`.env.example` is just an example and doesn't contain useful defaults. Copying this file can be confusing since it needs to be edited regardless. By not copying this file, we'll surface...
* [x] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) * [x] This request isn't a duplicate of an existing request * [x] This is not a personal support...
From https://github.com/roots/bedrock/pull/366#discussion_r201539678