PHPackages                             rongself/laravel-luosimao-sms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rongself/laravel-luosimao-sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rongself/laravel-luosimao-sms
=============================

luosimao Api for laravel 5.4.\*

v0.0.3(8y ago)1981MITPHP

Since May 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rongself/laravel-luosimao-sms)[ Packagist](https://packagist.org/packages/rongself/laravel-luosimao-sms)[ RSS](/packages/rongself-laravel-luosimao-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

螺丝帽短信 Laravel Channel 支持
------------------------

[](#螺丝帽短信-laravel-channel-支持)

[螺丝帽](http://luosimao.com) 短信 Channel for laravel 5.4.\*

### 安装

[](#安装)

```
composer require 'rongself/laravel-luosimao-sms'
```

### 配置

[](#配置)

- 编辑`config/app.php`注册provider:

```
'providers' => [
        Rongself\Luosimao\Providers\LuosimaoSmsProvider::class
],
```

- 生成配置文件

```
php artisan vendor:publish
```

编辑`config/luosimao-sms.php`填入`app_key`

- 通知模板via中使用Channel

```
