Environment Detection Question

I have read that you are folding evironment detection into the “Multi-config” planned for a future update. Any chance you would be willing to share your plans for how exactly that will work? It would be great if it could be done through environment vars - something like this: https://github.com/vlucas/phpdotenv

This is a fantastic platform - thank you for creating it!

0.9.3 supports multiple configurations but currently that doesn’t actual detect the environment. Your link is actually pretty interesting and I’m going to take a more in depth look this evening. It looks like that it might be a good option to provide some automatic setup based on env.

I plan on writing up how the multi configuration stuff works soon also. sorry for the delay on that. I’ll let you know in this thread when u get that done.

Ok - thank you!

Expect this soon! I already have it working in a new feature-branch. Didn’t use phpdotenv but just a simple implementation of our multi-config based on current host/name.

Excellent! Thank you!