Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Nicholson committed Feb 22, 2021
1 parent 3e33b6c commit d3a957b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add your Clickatell user, password and api identifier to your `config/services.

## Usage

**Number format: 27840000000**
**Number format: +27840000000**

To route Clickatell notifications to the proper phone number, define a ```routeNotificationForClickatell``` method on your notifiable entity:
```php
Expand Down Expand Up @@ -87,9 +87,12 @@ class AccountApproved extends Notification
}
```

### Available methods
```php
Notification::route('clickatell', 'YOUR E164 NUMBER')
->notifyNow(new \App\Notifications\MyNotification($model));
```


TODO

## Changelog

Expand Down

0 comments on commit d3a957b

Please sign in to comment.