extension: kmergen/yii-user
composer.json
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
},
"config-plugin-options": {
"source-directory": "config"
},
"config-plugin": {
"di-web": "kmergen-user.php",
"params": "params.php",
"routes": "routes.php"
}
},
if i update my app (yii-app), where I have installed my extension, nothing goes into my merge-plan.
I read the config docs, but I cannot see any further step todo. Can you help me please?
.merge-plan.php
'routes' => [
'yiisoft/yii-gii' => [
'config/routes.php',
],
'yiisoft/yii-debug-api' => [
'config/routes.php',
],
'yiisoft/yii-debug-viewer' => [
'config/routes.php',
],
'/' => [
'common/routes.php',
],
],
I have done all composer calls, nothing helps:
composer update
composer du
composer yii-config-rebuild