A EasySMS bridge for Laravel
Require this package with composer using the following command:
composer require jessynt/laravel-easy-sms
Add the service provider to the providers
array in config/app.php
Jessynt\LaravelEasySMS\ServiceProvider::class,
Publish configuration in Laravel 5
php artisan vendor:publish --provider="Jessynt\LaravelEasySMS\ServiceProvider"
EasySMS::send($to, $message, $gateways = array())
// ...
Copyright (c) 2017-2018 Jessynt