yii2cmf/yii2-admin-module

Yii2 admin module

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Hack

Type:yii2-extension

dev-master 2020-01-15 08:10 UTC

This package is auto-updated.

Last update: 2024-05-06 20:00:05 UTC


README

.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require yii2cmf/yii2-admin-module "*"

or add

"yii2cmf/yii2-admin-module": "*"

to the require section of your composer.json file.

Usage

You need to add the following code to your application configuration:

'modules' => [
    'admin' => [
        'class' => 'yii2cmf\modules\admin\Module',
    ],
]