You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great extension. I saw 2 small typos:
'components' => [
'twillio' => [
'class' => 'bryglen\twillio\Twillio', // <--- This is the right path that worked for me'sid' => 'your_sid',
'token' => 'your_token',
]
]
$twillio = Yii::$app->twillio;
//---- missing the $message var bellow:$message = $twillio->getClient()->account->messages->sendMessage(
'9991231234', // From a valid Twilio number'8881231234', // Text this number"Hello monkey!"
)
print $message->sid;
Are you planing to release a stable version, so it can be easily installed / updated via composer with "minimum-stability": "stable" ?
Thanks again for the extension.
The text was updated successfully, but these errors were encountered:
Hi bryglen,
Thanks for the great extension. I saw 2 small typos:
Are you planing to release a stable version, so it can be easily installed / updated via composer with "minimum-stability": "stable" ?
Thanks again for the extension.
The text was updated successfully, but these errors were encountered: