yuncms/yuncms-im

This package is abandoned and no longer maintained. No replacement package was suggested.

The im module for the yuncms.

Installs: 1 830

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master / 2.0.x-dev 2018-04-03 03:36 UTC

This package is auto-updated.

Last update: 2022-07-09 17:24:48 UTC


README

Latest Stable Version Total Downloads Build Status Dependency Status License

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist yuncms/yuncms-im

or add

"yuncms/yuncms-im": "~2.0.0"

to the require section of your composer.json.

Configuring your application

Add following lines to your main configuration file:

'bootstrap' => [
    'yuncms\im\Bootstrap',
],
'modules' => [
    'admin' => [
        'class' => 'yuncms\im\frontend\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.