Nexmo / nexmo-laravel

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
MIT License
318 stars 79 forks source link

confusing documentation #18

Closed vwasteels closed 6 years ago

vwasteels commented 6 years ago

Hello,

for Laravel 5.5, the Notification documentation says to add nexmo config in config/services.php https://laravel.com/docs/5.5/notifications#sms-notifications

not in config/nexmo.php

I ran php artisan vendor:publish but still no config/nexmo.php

And I receive this error :

Target [Nexmo\Client\Credentials\CredentialsInterface] is not instantiable while building [Nexmo\Client].

any idea ?

vwasteels commented 6 years ago

ok my bad, composer install went wrong

mheap commented 6 years ago

@vwasteels Glad to hear you got it sorted. Is there anything we could do to improve the documentation around this?

vwasteels commented 6 years ago

No I think it's more on laravel side to add some doc around Nexmo usage. They only talk about sending SMS in Notifications, but that was not my need.

thanks for your time :)