wordpress-multi-env-config
wordpress-multi-env-config copied to clipboard
WordPress multi-environment config
Hi! LOVING this multi-environment config setup. It's truly fantastic, so thanks for sharing! As you probably know, WordPress 5.5 introduced a new wp_get_environment_type() function. https://make.wordpress.org/core/2020/07/24/new-wp_get_environment_type-function-in-wordpress-5-5/ It would be great to...
I have the set up in /core So I put it in the env file. But I do NOT want the url to show up including /core to customers. Adding...
It's mainly due to the insufficient handling between single domain and multiple domains on `wp-config.load.php`. Make the assignments of `WP_SITEURL` and `WP_HOME` separately for these 2 cases is able to...
Hi, I'm updating an old version of the multi-env config to the latest version for a multisite. Before it worked fine but the newer one has issues. Testing locally, the...
> Warning: preg_match(): Compilation failed: unmatched parentheses at offset 7 in /app/public/wp-config.load.php on line 88 The '*' should be escaped to prevent over-escaping with `preg_quote` (otherwise the parenthesis of str_replace...
Support for WordPress native WP_ENVIRONMENT_TYPE, this requires some breaking changes so I've created a new major release and updated docs accordingly. See issue #37
When adding DDEV to a project, it means we need to remove DB settings from wp-config-development which means we cannot run MAMP and DDEV side-by-side. Do we need to update...