11 Nov
Posted by Ganesh H S , Bangalore, India as php
Whenever we move the project from localhost to development or production, changing the environment paths, database server name, databaseuser name, database password , is a tedious process and i always got bugged. We are over cautious of over writing the environment variables. Here is a quick fix for that.
Lets write a configuration file( […]