Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ We love to hear from you so if you have questions, comments or find a bug in the
* Tweet at us! We're [@VonageDev on Twitter](https://twitter.com/VonageDev)
* Or [join the Nexmo Community Slack](https://developer.nexmo.com/community/slack)

### Special Notes

For Laravel users using the Vonage Laravel facades (`laravel/nexmo-notification-channel` & `nexmo/laravel` for SMS notifications and setting up laravel Whatsapp API

* Use `env` values stored in `config/nexmo.php` and
- Replace `NEXMO_API_KEY`,`NEMXO_API_SECRET` in `routes/web.php` with `NEXMO_KEY`,`NEXMO_SECRET` referenced in `config/nexmo.php` or you can customize

## Further Reading

* Check out the Developer Documentation at <https://developer.nexmo.com>