hscstudio/yii2-mailbox
最新稳定版本:1.0.0
Composer 安装命令:
composer require hscstudio/yii2-mailbox
包简介
Simple Mailbox For Yii 2.0
关键字:
README 文档
README
Simple Mailbox For Yii 2.0
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hscstudio/yii2-mailbox "1.0"
or add
"hscstudio/yii2-mailbox": "1.0"
to the require section of your composer.json file.
Database migration
import from mailbox.sql
or
yii migrate --migrationPath=@hscstudio\mailbox\migrations
Usage
Instantly, only access
index.php?r=mailbox
Customize View
we can customize the view by copying the default view @hscstudio/mailbox/views/default to @app/views/mailbox and then add the following config.
'modules' => [
'mailbox' => [
'view' => '@app/views/mailbox',
],
],
How to Contribute
This tools is an OpenSource project so your contribution is very welcome.
In order to get started:
- Install this in your local (read installation section)
- Clone this repository.
- Check README.md.
- Send pull requests.
Aside from contributing via pull requests you may submit issues.
Our Team
- Hafid Mukhlasin - Project Leader / Indonesian Yii developer.
We'd like to thank our contributors for improving this tools. Thank you!
Jakarta - Indonesia
统计信息
- 总下载量: 701
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-06-16