Yii2Private messages, simple chat
This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2015-05-22 12:55:17 +03:00
actions add actions, component, events, exception 2015-05-22 12:55:17 +03:00
components add actions, component, events, exception 2015-05-22 12:55:17 +03:00
events add actions, component, events, exception 2015-05-22 12:55:17 +03:00
exceptions add actions, component, events, exception 2015-05-22 12:55:17 +03:00
migrations add actions, component, events, exception 2015-05-22 12:55:17 +03:00
AutoloadExample.php Initial commit 2015-05-21 16:06:13 +03:00
composer.json Initial commit 2015-05-21 16:06:13 +03:00
README.md add migration 2015-05-21 16:24:35 +03:00

Private messages

Private messages.Llong polling.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist vision/yii2-private-messages "*"

or add

"vision/yii2-private-messages": "*"

to the require section of your composer.json file.

Usage

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

php yii migrate --migrationPath=@yii/rbac/migrations/

<?= \vision\messages\AutoloadExample::widget(); ?>```