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-06-02 18:09:13 +03:00
actions add js 2015-06-02 18:04:50 +03:00
assets add js 2015-06-02 18:04:50 +03:00
components edit 2015-06-02 18:03:56 +03:00
css add css 2015-06-02 18:09:13 +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
js add actions, component, events, exception 2015-06-02 18:08:10 +03:00
migrations add actions, component, events, exception 2015-06-02 11:33:40 +03:00
models add js 2015-06-02 18:04:50 +03:00
widgets add js 2015-06-02 18:04:50 +03:00
.gitignore add actions, component, events, exception 2015-06-02 11:51:24 +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 actions, component, events, exception 2015-06-02 18:08:15 +03:00

TEST VERSION

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 :

yii migrate --migrationPath=@vendor/vision/yii2-private-messages/migrations/

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