e96/yii2-madmin

Yii2 admin backend engine

Installs: 611

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 0

Open Issues: 0

Type:yii2-extension

0.3.0 2016-12-28 13:01 UTC

This package is not auto-updated.

Last update: 2024-04-10 11:28:43 UTC


README

##Install

php composer.phar require e96/yii2-madmin:dev-master

Setup

In config file:

'bootstrap' => ['madmin'],
'components' => [
    'madmin' => [
        'class' => 'e96\madmin\Module',
    ],
]

Usage

todo =)