rocketeers/rocketeer-hipchat

Hipchat plugin for Rocketeer
45 7
Install
composer require rocketeers/rocketeer-hipchat
License:MIT
Last Updated:Aug 20, 2016
Links: GitHub  ·  Packagist
Maintainer: Anahkiasen

Hipchat for Rocketeer

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.