melisplatform/melis-tipimail
最新稳定版本:v5.3.1
Composer 安装命令:
composer require melisplatform/melis-tipimail
包简介
README 文档
README
MelisTipimail is the module that allow user access TipiMail inside the melisplatform as a module.
Getting Started
These instructions will get you a copy of the project up and running on your machine.
Prerequisites
You will need to install melisplatform/melis-core in order to have this module running. This will automatically be done when using composer.
Installing
Run the composer command:
{
"require": {
"melisplatform/melis-tipimail": "dev-master"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/melisplatform/melis-tipimail"
}
]
}
Configuration
Inside the melis-tipimail/config/app.tools.php you can configure the url of which the tool's iframe is being directed.
'plugins' => array(
'melisTipimail' => array(
'tools' => array(
'melis_tipmail_tool' => array(
'config' => array(
'url' => 'https://app.tipimail.com/#/access/login'
),
),
),
),
),
Tools & Elements provided
- Tipimail Tool
Authors
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
Contributing
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Feel free to fork the project, create a feature branch, and send us a pull request!
统计信息
- 总下载量: 583
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-01-28