Saturday, 7 September 2013

What's an easy way to manage local/development/production configuration files in PHP projects?

What's an easy way to manage local/development/production configuration
files in PHP projects?

I would like to have seperate copies of configuration files for
local/dev/production, but not have them interfere with each other and
possibly be able to co-exist in version control.
What is an elegant solution to this problem?

No comments:

Post a Comment