Alexander Makarov
Alexander Makarov
See https://github.com/yiisoft/app/issues/273
See https://github.com/yiisoft/app/issues/272
See https://github.com/yiisoft/request-model/issues/13. Is there a way to solve it somehow?
We recently did an extra check in Yii demo: https://github.com/yiisoft/yii-demo/blob/master/public/index.php#L33 It is checking if mtime of any source file is higher than mtime of target, config is rebuilt. Else rebuild...
The idea is further development of https://github.com/yiisoft/composer-config-plugin/pull/117. Potentially we can avoid serializing by following these steps while merging configs: 1. Tokenize/parse config. Replace all closures, `$_ENV` references and `require` with...
It would be great to add type-casting to the way we're getting our environment variables. See https://github.com/yiisoft/yii2-app-advanced/issues/466#issuecomment-637861761
## Problem Too many files returning `[]` in application's `config` directory. ## Solution Return `[]` if the file is not found instead of throwing exception. To save clarity about what...
## Problem It can be hard to get an idea on what files are read when getting a key from a certain config group and environment. ## Solution Either have...