config icon indicating copy to clipboard operation
config copied to clipboard

Configuration management

Results 19 config issues
Sort by recently updated
recently updated
newest added

> > > 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...

status:under discussion

### 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.

type:enhancement

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ✔️/❌ Fix #153

status:under development

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...

status:ready for adoption
type:enhancement

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