yiisoft / config

Configuration management
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Improve console messages on add and update config files #38

Closed vjik closed 3 years ago

vjik commented 3 years ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Fixed issues #13 #19

Example:

Config files has been added:
 - config/packages/test/k/config/params.php
 - config/packages/test/k/config/common.php

Config files has been changed:
 - config/packages/test/a/config/params.php
 - config/packages/test/a/config/web.php
Please review files above and change it according with .dist files.

Message about new config files output also on first install.

samdark commented 3 years ago

👍