dev-master
9999999-dev
MIT
The Requires
The Development Requires
by Dmitry Groza
by Rutorika
0.5.0
0.5.0.0
MIT
The Requires
The Development Requires
by Dmitry Groza
by Rutorika
Wallogit.com
2017 © Pedro Peláez
Provides errors logging to the slack, (*2)
xu@calypso:~$ composer require rutorika/laravel-slack-alerts
Add service provider to config/app.php, (*3)
'providers' => [
// other providers...
Rutorika\LaravelSlackAlert\SlackAlertServiceProvider::class,
]
Publish config, (*4)
xu@calypso:~$ php artisan vendor:publish --provider="Rutorika\LaravelSlackAlert\SlackAlertServiceProvider"
Add enviroment variables to your .env file (see config/slack-alert.php for defaults), (*5)
SLACK_CHANNEL=#dev-alert SLACK_TOKEN=xxxx-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxxx-xxxxxxxxxx SLACK_NAME="Site Name" SLACK_MENTION_TO=@username
MIT
MIT