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

other config file (backend env local or frontend env local and etc) does not include #2

Closed farmani closed 11 years ago

farmani commented 11 years ago

you didnot figure out the issue please take a look again your code has a bug you put common main, env, local two times https://github.com/2amigos/yiinitializr/blob/master/Helpers/Initializer.php#L86 should be changed to

foreach($mergedSettingFiles as $file)
            $files[] = $file;
tonydspaniard commented 11 years ago

Thank you... it was a typo

farmani commented 11 years ago

your welcome ;) I report bugs from now because I start to use yiinitializer advance for my new startup project. unfortunatly yiistarp does not released with all of the yiibooster widget (like button) so I switched it back to yiibooster and your idea about composer is fantastic help me a lot and I promise help you more ;)

tonydspaniard commented 11 years ago

We are also using it in a pretty advanced project so we will surely update and fix more bugs...

about YiiBooster... check YiiWheels... soon will catch up on booster... :)