tonydspaniard / yiinitializr-advanced

Yii Framework project structure boilerplate for advanced application requirements
67 stars 30 forks source link

Env config question #17

Open Alex-Sh opened 10 years ago

Alex-Sh commented 10 years ago

Hi, how to change env config? Do I need every time delete env.lock, all env.php and run composer update/install again? Or there is some easy way to do it...

Fast environment switch is very helpful on production (switch "stage" and "prod")

Thanks!

Borales commented 10 years ago

@Alex-Sh as far as I now - yes, you need to delete your env.lock file and update project through composer update command. I hope this is a temporary action. https://github.com/2amigos/yiinitializr/issues/4#issuecomment-22477919