diff --git a/README.md b/README.md index f810efb..dc909c4 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,33 @@ class SendHelloText extends Notification } } ``` + +Finally you'll need to extend your notifiable class with the following function so it knows how to route SMS notifications. + +```php +phone_number; + } +} +``` + +Need more help? [Read the article here](https://medium.com/@kylemilloy/sending-sms-messages-with-laravel-and-amazon-sns-a2183af9d90d)