Package Data | |
---|---|
Maintainer Username: | Anahkiasen |
Maintainer Contact: | ehtnam6@gmail.com (Maxime Fabre) |
Package Create Date: | 2014-08-16 |
Package Last Update: | 2016-08-20 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-15 15:26:52 |
Package Statistics | |
---|---|
Total Downloads: | 45 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 5 |
Total Forks: | 3 |
Total Open Issues: | 1 |
Sends a basic deployment message to an Hipchat room.
To setup add this to your composer.json
and update :
"rocketeers/rocketeer-hipchat": "dev-master"
Then you'll need to set it up, so do artisan config:publish rocketeer/rocketeer-hipchat
and complete the configuration in app/packages/rocketeer/rocketeer-hipchat/config.php
.
Once that's done add the following to your providers array in app/config/app.php
:
'Rocketeer\Plugins\Hipchat\RocketeerHipchatServiceProvider',
And that's pretty much it.