keal/laravel-sms is a Laravel package for easy to send sms.
It currently has 1 GitHub stars and 79 downloads on Packagist (latest version 1.1.11).
Install it with composer require keal/laravel-sms.
Discover more Laravel packages by keal
or browse all Laravel packages to compare alternatives.
Last updated
支持Laravel > 5.1.*,php > 5.6.4
composer require keal/laravel-sms
##注册ServiceProvider
在app.php中加入
Caikeal\LaravelSms\sms\SmsServiceProvider::class
##添加Facade
在app.php中加入
'Sms' => Caikeal\LaravelSms\sms\Facades\Sms::class
##配置config
php artisan vendor:publish
##使用