anahkiasen / rocketeer-campfire
Rocketeer 的 Campfire 插件
2.0.0
2014-09-17 19:26 UTC
Requires
- php: >=5.4.0
- anahkiasen/rocketeer: 2.0.*@dev
- rcrowe/campfire: 0.1.2
This package is auto-updated.
Last update: 2024-09-08 01:05:50 UTC
README
向 Campfire 房间发送基本部署消息
要设置,请将以下内容添加到您的 composer.json
并更新:
"anahkiasen/rocketeer-campfire": "dev-master"
然后您需要设置它,因此请执行 artisan config:publish anahkiasen/rocketeer-campfire
并在 app/packages/anahkiasen/rocketeer-campfire/config.php
中完成配置
- 子域名:http://{subdomain}.campfirenow.com。
- 房间:要发送消息的房间的数字 ID。
- 密钥:从用户处发送消息的 API 密钥。
完成设置后,请将以下内容添加到您的 app/config/app.php
中的 providers 数组中:
'Rocketeer\Plugins\RocketeerCampfireServiceProvider',
就是这样。