config
config copied to clipboard
Configuration management
Fix docs
> > > Add composer command yii-config-info > > > > > > What about to use namespace instead? `yii-config:info` `yii:config:info` `yii:config-info` > > > > This is not consistent...
### What steps will reproduce the problem? `composer install --no-autoloader ` ### What is the expected result? install dependencies w/o autoloading generation ### What do you get instead? fired event...
```php 'config-plugin' => [ 'params' => 'params.php', 'params1' => '$params2', 'params2' => '$params3', 'params3' => '$params1', ], ], ); $config->get('params3'); ``` This should to throw specific exception about circular reference.
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ✔️/❌ Fix #153
Currently `VarDumper` used for dump merge plan to file only. Merge plan is simple array with string keys and values. Create dump of such array is simple and don't need...
The following console command to debug should be present: - Dump config files and their content - Dump config params - Test if specific parameter exist Extracted from https://github.com/yiisoft/yii-debug/issues/202
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ https://github.com/yiisoft/yii-debug-api/pull/126/files