Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Admin Settings for Yii 2.0 +

This package provide admin settings manager

Installation

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.

Configuration

return \yii\helpers\ArrayHelper::merge(
    // other configurations
    [],
    // $adminSettings
    [
      'components' => [
            'adminSettings' => [
                
            ]  
        ]
    ]
    );