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.
2 parents f958449 + d0b5dca commit 667b493Copy full SHA for 667b493
README.md
@@ -37,8 +37,9 @@ You must install the service provider:
37
```php
38
// config/app.php
39
'providers' => [
40
+ ...
41
NotificationChannels\Telegram\TelegramServiceProvider::class,
-];
42
+],
43
```
44
45
## Setting up your Telegram Bot
@@ -49,9 +50,11 @@ Then, configure your Telegram Bot API Token:
49
50
51
52
// config/services.php
53
+...
54
'telegram-bot-api' => [
55
'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE')
-]
56
57
58
59
60
## Usage
0 commit comments