Package Data | |
---|---|
Maintainer Username: | Anahkiasen |
Maintainer Contact: | ehtnam6@gmail.com (Maxime Fabre) |
Package Create Date: | 2014-02-10 |
Package Last Update: | 2017-01-23 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-18 03:22:04 |
Package Statistics | |
---|---|
Total Downloads: | 42,118 |
Monthly Downloads: | 38 |
Daily Downloads: | 6 |
Total Stars: | 29 |
Total Watchers: | 5 |
Total Forks: | 8 |
Total Open Issues: | 9 |
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.