Skip to content

Commit 263911c

Browse files
authored
Update README.md with .env settings
1 parent 9165e26 commit 263911c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You must install the service provider:
4949

5050
## Setting up your Messagebird account
5151

52-
Add your Messagebird Access Key, Default originator (name or number of sender), and default recipients to your `config/services.php`:
52+
Add the environment variables to your `config/services.php`:
5353

5454
```php
5555
// config/services.php
@@ -62,6 +62,18 @@ Add your Messagebird Access Key, Default originator (name or number of sender),
6262
...
6363
```
6464

65+
Add your Messagebird Access Key, Default originator (name or number of sender), and default recipients to your `.env`:
66+
67+
```php
68+
// .env
69+
...
70+
MESSAGEBIRD_ACCESS_KEY=
71+
MESSAGEBIRD_ORIGINATOR=
72+
MESSAGEBIRD_RECIPIENTS=
73+
],
74+
...
75+
```
76+
6577
Notice: The originator can contain a maximum of 11 alfa-numeric characters.
6678

6779
## Usage

0 commit comments

Comments
 (0)