immortalvision/laravel-sms

Laravel SMS 服务提供商

1.0.4 2016-08-26 12:37 UTC

This package is auto-updated.

Last update: 2024-08-28 11:20:49 UTC


README

Gitter

Laravel-SMS

Laravel SMS 服务提供商

Laravel 5.3 Laravel 5.2 Laravel 5.1 Laravel 5.0 Laravel 4.2 Latest Stable Version Total Downloads License

安装

在您的laravel目录中运行以下命令:

composer require immortalvision/laravel-sms

设置

  1. /config/app.php 中,将以下内容添加到 providers
ImmortalVision\SMS\SmsServiceProvider::class,

并将以下内容添加到 aliases

'SMS' => ImmortalVision\SMS\Facades\SMS::class,
  1. 运行 php artisan vendor:publish
  2. /config/SMS.php 中输入您的API数据。

使用方法