SimpleSoftwareIO / simple-sms

Send and receive SMS messages with Laravel
https://www.simplesoftware.io/docs/simple-sms
MIT License
200 stars 87 forks source link

Laravel 5.3 error `FatalThrowableError Call to undefined method SimpleSoftwareIO\SMS\SMSServiceProvider::send()` #76

Closed nanadjei closed 4 years ago

nanadjei commented 7 years ago

Trying to send message using this package and twilio but I keep getting this error FatalThrowableError Call to undefined method SimpleSoftwareIO\SMS\SMSServiceProvider::send()

Thank you.

SimplyCorey commented 7 years ago

What does your code look like?

nanadjei commented 7 years ago

Am getting this new error Call to undefined method Illuminate\Foundation\Application::share() am using laravel 5.3

SimplyThomas commented 7 years ago

We need to have more context in order to help you. Can you share with us the code that you are using to call the SMS Send method?

The Call to undefined method Illuminate\Foundation\Application::share() might be unrelated entirely, though it is hard to say without seeing any of your code. We need more context in order to assist you.