anahkiasen / rocketeer-slack
Slack plugin for Rocketeer
Installs: 41 964
Dependents: 0
Suggesters: 3
Security: 0
Stars: 29
Watchers: 5
Forks: 8
Open Issues: 9
Requires
- php: >=5.4.0
- anahkiasen/rocketeer: ^2.0
- illuminate/support: ~4.2
- maknz/slack: ^1.7
README
Sends a basic deployment message to a Slack room :
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.