esempla/yii2-messaging

消息提供者

安装: 229

依赖: 0

建议者: 0

安全: 0

类型:yii2-extensions

0.9.1 2019-07-04 14:26 UTC

This package is auto-updated.

Last update: 2024-09-18 00:03:19 UTC


README

Latest Stable Version Total Downloads Build Status

安装

运行

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

或将其添加到您的

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

composer.json 文件中。

迁移

运行

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

测试

运行

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

从项目根目录运行。