range-web / yii2-rw-messages
Yii2 messages
Package info
github.com/range-web/yii2-rw-messages
Type:yii2-extension
pkg:composer/range-web/yii2-rw-messages
dev-master
2016-03-28 09:10 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 03:19:53 UTC
README
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rangeweb/yii2-messages "*"
or add
"rangeweb/yii2-messages": "*"
to the require section of your composer.json file.
Apply migration
yii migrate --migrationPath=vendor/range-web/yii2-rw-messages/migrations
Configuration:
'modules' => [ 'filesystem' => [ 'class' => 'rangeweb\messages\Module', ], ],