dev-master
9999999-dev
MIT
The Requires
The Development Requires
1.0.1
1.0.1.0
MIT
The Requires
The Development Requires
1.0.0
1.0.0.0
MIT
The Requires
The Development Requires
, (*2)
Sends log messages to Slack webhook., (*3)
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
$ php composer.phar require alexeevdv/yii2-log-slack "^1.0"
or add, (*6)
"alexeevdv/yii2-log-slack": "^1.0"
to the require
section of your composer.json
file., (*7)
//... 'components' => [ //... 'log' => [ //... 'targets' => [ //... [ 'class' => alexeevdv\log\SlackTarget::class, 'webhook' => 'https://your_webhook_link', // other optional params goes here ], //... ], //.. ], //... ], //...
For the list of supported params please refer to https://github.com/maknz/slack, (*8)
MIT
MIT
MIT