yuncms/yii2-admin

This package is abandoned and no longer maintained. The author suggests using the yuncms/yuncms-admin package instead.

The admin module for the yuncms.

Installs: 535

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:yii2-extension

2.1.0.1 2017-10-18 11:29 UTC

This package is auto-updated.

Last update: 2019-02-20 19:39:49 UTC


README

Latest Stable Version Total Downloads Reference Status Build Status Dependency Status License

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist yuncms/yii2-admin

or add

"yuncms/yii2-admin": "~2.0.0"

to the require section of your composer.json.

Configuring your application

Add following lines to your main configuration file:

'bootstrap' => [
    'yuncms\admin\Bootstrap',
],
'modules' => [
    'admin' => [
        'class' => 'yuncms\admin\Module'   
    ],
],

Updating database schema

After you downloaded and configured Yii2-admin, the last thing you need to do is updating your database schema by applying the migrations:

$ php yii migrate/up 

License

This is released under the MIT License. See the bundled LICENSE.md for details.