jessynt / laravel-easy-sms
A EasySMS bridge for Laravel
v1.0.4
2018-01-02 06:44 UTC
Requires
- illuminate/support: 5.x
- overtrue/easy-sms: ^0.0.9
This package is not auto-updated.
Last update: 2024-11-14 05:11:54 UTC
README
A EasySMS bridge for Laravel
Installation
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"
Usage
EasySMS::send($to, $message, $gateways = array()) // ...
License
Copyright (c) 2017-2018 Jessynt