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

Unable to send SMS with EZTexting #5

Closed ericp1337 closed 9 years ago

ericp1337 commented 9 years ago
InvalidArgumentException in Client.php line 387:
Passing in the "body" request option as an array to send a POST request has been deprecated.
Please use the "form_params" request option to send a application/x-www-form-urlencoded request, or a the "multipart" request option to send a multipart/form-data reque
SimplyCorey commented 9 years ago

Is this for Laravel 4 or 5?

ericp1337 commented 9 years ago

Laravel 5

On July 31, 2015 12:59:01 PM CDT, Corey McCormick notifications@github.com wrote:

Is this for Laravel 4 or 5?


Reply to this email directly or view it on GitHub: https://github.com/SimpleSoftwareIO/simple-sms/issues/5#issuecomment-126771765

Sent from my Android device with K-9 Mail. Please excuse my brevity.

SimplyCorey commented 9 years ago

I have a bunch of updates for this that I'll be pushing soon.

SimplyCorey commented 9 years ago

Fixed in latest dev-master.