Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed committed Sep 25, 2020
2 parents 6fe3b72 + c2e3f37 commit 772998b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Several driver implementations have been offloaded into separate packages so tha
* Array
* Email
* Log
* Twilio (`reedware/laravel-sms-twilio`)
* Twilio (requires [reedware/laravel-sms-twilio](https://github.com/tylernathanreed/laravel-sms-twilio))

This package was also built such that anyone can add or override existing drivers, so that you aren't limited by what is provided out of the box.

Expand Down Expand Up @@ -88,6 +88,8 @@ Additionally, ssl host and peer verification is disabled by default. To enable t
'verify' => true
],

Additional instructions can be found in the [Laravel SMS Twilio](https://github.com/tylernathanreed/laravel-sms-twilio) package documentation.

<a name="generating-textables"></a>
## Generating Textables

Expand Down

0 comments on commit 772998b

Please sign in to comment.