This package provide admin settings manager
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist codexten/yii-admin-settings:"^2.0.0"
or add
"codexten/yii-admin-settings": "^2.0.0"to the require section of your composer.json.
return \yii\helpers\ArrayHelper::merge(
// other configurations
[],
// $adminSettings
[
'components' => [
'adminSettings' => [
]
]
]
);