File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Provides logging and notifications for Laravel console commands.
2222 - [ File channel] ( #file-channel )
2323 - [ Notification channels] ( #notification-channels )
2424 - [ Email channel] ( #email-channel )
25+ - [ Slack channel] ( #slack-channel )
2526 - [ Database channel] ( #database-channel )
2627- [ Error handling] ( #error-handling )
2728 - [ Custom exceptions] ( #custom-exceptions )
@@ -192,6 +193,12 @@ class MyLoggableCommand extends Command
192193}
193194` ` `
194195
196+ # ## Slack channel
197+
198+ Slack channel provides notifications via Slack.
199+
200+ This channel is not implemented yet. If you need it, let [me](mailto:dmitry.g.ivanov@gmail.com) know and I' ll try to make it faster.
201+
195202### Database channel
196203
197204Database channel provides saving of notifications into the database.
You can’t perform that action at this time.
0 commit comments