-
Hey,
get an error after answering the second question, resp. when the script actually runs ( i guess)
```
[ErrorException]
Undefined index: root
```
```
Exception trace:
() at /var/www/c…
-
Currently there's the [`WCM\WPStarter\Env::load( $path );` method](https://github.com/wecodemore/wpstarter/blob/d89f91d66917c8517c9fa684d7c418480a7301ab/wpstarter/src/Env.php#L171) where the class its…
-
Compatibility with Composer is quite important for VersionPress. We use it to declare and install the dependencies since we decided to drop the compatibility with PHP 5.2. Now it's time to move forwar…
-
So imagine you're creating some other application that needs to use WP data from the DB without loading WP. So this application also needs a lot of the stuff in `wp-config.php`. The easiest would be t…
-
WPLANG has been deprecated since WP 4.0, which is four major releases ago. New installs with WPStarter shouldn't even consider using this, so I suggest it is removed.
-
When I set `"prevent-overwrite"` to `"ask"` and run `composer install`, the post-install-cmd script doesn't run automatically.
I can fix this by setting the command to `WCM\\WPStarter\\Setup::run` in…
-
As mentioned by @Giuseppe-Mazzapica in #12 [here](https://github.com/wecodemore/wpstarter/issues/12#issuecomment-129516708), there's a newer version of PHP Dotenv available.
-
`FORCE_SSL_LOGIN` was deprecated in WP 4.0 in favour of `FORCE_SSL_ADMIN`. WPStarter contains both fields. Either the old one should be removed (new installs shouldn't even consider using it), or a no…
-
As requested by @GaryJones in #12 [here](https://github.com/wecodemore/wpstarter/issues/12#issuecomment-134510143):
> Probably related here, but I see that Dotenv supports passing in a file name.
>
…
-
### Edited 16/03/15
- "gitignore" and "env-example" also accept path of files, not only urls
- "gitignore.common" is `false` by default
- "env-example" is `false` by default
- "content-move" is renam…