laravel-notification-channels / twilio

Twilio notifications channel for Laravel
https://laravel-notification-channels.com
227 stars 36 forks source link

Driver Not Supported #33

Closed djrausch closed 6 years ago

djrausch commented 7 years ago

Using Laravel 5.5.1, I get the following error when trying to use the Twilio Notification channel.

InvalidArgumentException: Driver [NotificationChannels\Twilio\TwilioChannel] not supported. in /home/vagrant/Code/projectname/vendor/laravel/framework/src/Illuminate/Support/Manager.php:91

jaspalt commented 7 years ago

same. Anyone maintaining this driver?

fwartner commented 7 years ago

I’ll look over it later this day...

jaspalt commented 7 years ago

Also when queuing notifications, Twilio sms doesn't get sent. Queue runs it; however.

weklund commented 7 years ago

+1

ghost commented 6 years ago

@jaspalt Some news about the queue problem ? I've the same problem.

fwartner commented 6 years ago

Sorry for the delay. Updates are on the way later today :/

gregoriohc commented 6 years ago

I guess this is not happening anymore. I have tested it on Laravel 5.5 and 5.6 and it's working. I anyone is still having problems, I will reopen this issue.

Saif-hub24 commented 6 years ago

Yes i have the same problem.I am using laravel 5.6

pixelplant commented 5 years ago

This still happens with the latest versions of Laravel 5.8. Is this package dead?

gregoriohc commented 5 years ago

A lot of people is using this driver without any problem. Are you sure is not a configuration problem? Can you send an example of your code?

pixelplant commented 5 years ago

@gregoriohc Are they on Laravel 5.8 though? It worked fine until we upgraded from 5.7 to 5.8. Nothing has changed in our config except for updating to the latest version of the Twilio/Sdk and the latest version of laravel-notification-channels/twilio

Regarding the code used you can see it in this issue => https://github.com/laravel-notification-channels/twilio/issues/59