Skip to content

Commit 16753c1

Browse files
committed
ICL: Readme fixes.
1 parent 7feaba4 commit 16753c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
197204
Database channel provides saving of notifications into the database.

0 commit comments

Comments
 (0)