maddoger/yii2-cms-admin Admin panel for Yii2 CMS.

Yii2 Admin Panel Module by maddoger

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist maddoger/yii2-admin "*"

or add

"maddoger/yii2-admin": "*"

to the require section of your composer.json file.

Migration

./yii migrate --migrationPath="@maddoger/admin/migrations"

Configuration

...
'modules' => [
    ...
    'admin' => [
            'class' => 'maddoger\admin\Module',
        ],
    ],
    ...
],

'defaultRoute' => 'admin/site/index',
'layout' => '@maddoger/admin/views/layouts/main.php',
...

Components

'components' => [

    //Admin
    'urlManager' => [
        'rules' => [
            //Admin
            <action:(index|captcha|search)>' => 'admin/site/<action>',
            '<controller:(log|system-information|configuration)>/<action:(index|captcha|search)>' => 'admin/<controller>/<action>',
        ]
    ],
    'errorHandler' => [
        'errorAction' => 'admin/site/error',
    ],
...
]

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.0.13 is the latest of 13 releases



Unknown license
Stats
0 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
48 total downloads