Send SMS text messages through the LabsMobile platform and the plugin for Laravel. Install the "sms-laravel" plugin and in a few seconds you'll be able to send SMS messages.
- Labsmobile API documentation can be found here.
- Documentation for Simple SMS can be found on our website.
- Send SMS messages.
- Laravel. More information at Laravel.com.
- Simple-SMS plugin. More information at Laravel plugin: simple-sms.
- A user account with LabsMobile. Click on the link to create an account Sign up.
-
Install the sms plugin into your Laravel installation.
-
Configure the plugin with the parameters of your LabsMobile account.
return [
'driver' => 'labsmobile',
'from' => 'Sender',
'labsmobile' => [
'client' => 'Your Client Key',
'username' => 'Your Username',
'password' => 'Your Password',
'test' => '1 for simulate mode; 0 for real sendings'
]
];
- Now you can use all the features of the plugin.
If you have questions, you can contact us through the support chat or through the support email [email protected].