Skip to content

Commit 1f9a3e3

Browse files
Update VONAGE_SMS_FROM documentation (#8555)
* Update VONAGE_SMS_FROM documentation Make it clearer that you should set this environment variable for Vonage notifications to work * Update notifications.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent b699d17 commit 1f9a3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ Sending SMS notifications in Laravel is powered by [Vonage](https://www.vonage.c
10161016

10171017
The package includes a [configuration file](https://github.com/laravel/vonage-notification-channel/blob/3.x/config/vonage.php). However, you are not required to export this configuration file to your own application. You can simply use the `VONAGE_KEY` and `VONAGE_SECRET` environment variables to define your Vonage public and secret keys.
10181018

1019-
After defining your keys, you may set a `VONAGE_SMS_FROM` environment variable that defines the phone number that your SMS messages should be sent from by default. You may generate this phone number within the Vonage control panel:
1019+
After defining your keys, you should set a `VONAGE_SMS_FROM` environment variable that defines the phone number that your SMS messages should be sent from by default. You may generate this phone number within the Vonage control panel:
10201020

10211021
VONAGE_SMS_FROM=15556666666
10221022

0 commit comments

Comments
 (0)