black-lamp/yii2-newsletter
Composer 安装命令:
composer require black-lamp/yii2-newsletter
包简介
Module for subscribe on newsletter
README 文档
README
Module for subscribe on newsletter by e-mail or phone number
Installation
Run command
composer require black-lamp/yii2-newsletter
or add
"black-lamp/yii2-newsletter": "2.*.*"
to the require section of your composer.json.
Applying migrations
yii migrate --migrationPath=@vendor/black-lamp/yii2-newsletter/common/migrations
Add modules to application config
Frontend module for subscriptions
'modules' => [ // ... 'newsletter' => [ 'class' => bl\newsletter\frontend\Newsletter::className() ], ]
Backend module for control of list of the clients
'modules' => [ // ... 'newsletter' => [ 'class' => bl\newsletter\backend\Newsletter::className() ], ]
统计信息
- 总下载量: 288
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2016-11-19