laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.51k stars 11.02k forks source link

Nexmo Client not found #20960

Closed djrausch closed 7 years ago

djrausch commented 7 years ago

Description:

I get the following error when trying to use SMS Notifications Symfony\Component\Debug\Exception\FatalThrowableError: Class 'Nexmo\Client' not found in /home/forge/projectname/vendor/laravel/framework/src/Illuminate/Notifications/ChannelManager.php:102

I did composer composer require nexmo/client:@beta to install it.

Steps To Reproduce:

Not really sure...

themsaid commented 7 years ago

Sorry this doesn't seem to be an issue with the framework, I suggest that you use the forums for help :)

Please ask on the forums, this repo is for bug reporting only. You can use https://laracasts.com/discuss or https://laravel.io/forum which are forums with a very large community of developers helping each other.