esempla/yii2-messaging

Message Providers

Installs: 229

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extensions

0.9.1 2019-07-04 14:26 UTC

This package is auto-updated.

Last update: 2024-04-17 22:57:11 UTC


README

Latest Stable Version Total Downloads Build Status

Installation

Run

composer require "esempla/yii2-messaging" "~0.2"

or add

"esempla/yii2-messaging": "~0.2"

to your composer.json file.

Migrations

Run

./yii migrate --migrationPath="vendor/esempla/yii2-messaging/migrations"

Testing

Run

vendor/bin/codecept build -c vendor/esempla/yii2-messaging 
vendor/bin/codecept run unit -c vendor/esempla/yii2-messaging

from project root directory.