| Package Data | |
|---|---|
| Maintainer Username: | caikeal |
| Maintainer Contact: | 546487590@qq.com (caikeal) |
| Package Create Date: | 2016-05-08 |
| Package Last Update: | 2017-03-14 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:12:56 |
| Package Statistics | |
|---|---|
| Total Downloads: | 79 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
支持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
##使用