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

Having issue #77

Closed milindrc closed 7 years ago

milindrc commented 7 years ago

Call to undefined method Illuminate\Foundation\Application::share() I encountered this error whenever I send a message

milindrc commented 7 years ago
SMS::send('Your SMS Message', null, function($sms) {
    $sms->to('+919999333545');
});
SimplyCorey commented 7 years ago

What version of Laravel?

rxluz commented 7 years ago

I've same error, then I changed my composer.json to "simplesoftwareio/simple-sms": "3.1.*" and now is OK.

The SimpleSoftwareIO docs needs be changed (in docs is written "simplesoftwareio/simple-sms": "3.0.*")

chadpriddle commented 7 years ago

Same issues updating to 3.1.* fixed it. I'm running laravel 5.5