You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
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.
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.