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