2amigos / yiinitializr

Library that will help boost your application installation with ease and also to run Yii applications from its bootstrap files on a much cleaner way that the framework currently proposes.
Other
44 stars 17 forks source link

Is there a way to change settings.php to other location? #22

Open sitawit opened 10 years ago

sitawit commented 10 years ago

When config a new application using yiinitializr we have to edit settings.php but if we set up yiinitializr using composer. It may not be a good idea to change settings.php directly because if we update the package via composer again, our setting may be gone.

I look at the template using yiinitializr (those provide in the yiinitializr's main website). They take yiinitializr out side the composer's vendor directly. So I don't think it is possible in this version we have to do like those templates did.

But it could be cool if we can in the future. So we can maintain yiinitializr using composer while keep our settings.php the same.

Cool library by the way.