yiinitializr
yiinitializr copied to clipboard
Is there a way to change settings.php to other location?
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.