We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9220138 commit 9e11385Copy full SHA for 9e11385
README.md
@@ -43,6 +43,7 @@ TELEGRAM_CHAT_ID=your-telegram-chat-id
43
'via' => \C0deM1ner\LaravelTelegramLogger\Logger\TelegramLogger::class,
44
'chat_id' => env('TELEGRAM_CHAT_ID', '1234567'),
45
'token' => env('TELEGRAM_BOT_TOKEN', '')
46
+ 'type' => 'alert', // can be 'alert', 'error', 'info'
47
],
48
49
// You can also add multiple Telegram channels
0 commit comments