rocketeers / rocketeer-slack

Slack notifications for Rocketeer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack for Rocketeer

Sends a basic deployment message to a Slack room :

Slack

To setup add this to your composer.json and update :

"anahkiasen/rocketeer-slack": "dev-master"

Then you'll need to set it up, so do artisan config:publish rocketeer/rocketeer-slack and complete the configuration in app/packages/rocketeer/rocketeer-slack/config.php.

Once that's done add the following to your providers array in app/config/app.php :

'Rocketeer\Plugins\Slack\RocketeerSlackServiceProvider',

And that's pretty much it.

About

Slack notifications for Rocketeer

License:MIT License


Languages

Language:PHP 100.0%