miffy/miffyzq

backend theme asset bundle for Yii 2.0 Framework;基于H+的后台模板第一版

Installs: 74

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 1

Forks: 2

Open Issues: 0

Type:yii2-extension

1.0.12 2018-04-09 07:08 UTC

This package is auto-updated.

Last update: 2024-04-26 18:27:48 UTC


README

基于H+后台管理UI,第一次做的初版

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require miffy/miffyzq "1.0.12"

or add

"miffy/miffyzq": "1.0.12"

to the require section of your composer.json file.

Picture

login index

Usage

Once the extension is installed, simply use it in your code by :

'view' => [
    'theme' => [
        'pathMap' => [
            '@app/views' => '@vendor/miffy/miffyzq/views'
        ],
    ],
],