/slacklog

Send log-messages to slack in one line of code

Primary LanguagePHP

Slacklog

Latest Version on Packagist Software License Build Status Total Downloads

Send log-messages to slack in one line of code

How to use

Publish config...

php artisan vendor:publish --provider="BlackBits\SlackLog\SlackLogServiceProvider"

... and set webhook in env

'webhook' => env('SLACKLOG_WEBHOOK', 'your-webhook')

Log something to your channel...

SlackLog::send($message = "my message", $id = "sender_id");