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 429070c commit f616957Copy full SHA for f616957
README.md
@@ -14,7 +14,7 @@ composer require boring-dragon/msgowl-laravel-notification-channel
14
15
Add the environment variables to your `config/services.php`:
16
17
-````php
+```php
18
// config/services.php
19
...
20
'msgowl' => [
@@ -25,7 +25,7 @@ Add the environment variables to your `config/services.php`:
25
26
```
27
28
-Add your MsgOwl API Key, Default originator (name or number of sender), and default recipients to your `.env`:
+Add your MsgOwl API Key, Default SenderID and default recipients to your `.env`:
29
30
```php
31
// .env
0 commit comments