Skip to content

Commit 9a85c48

Browse files
authored
Merge pull request laravel-china#184 from leon0204/5.4
Update notifications.md
2 parents 24a4012 + cd08551 commit 9a85c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Markdown 邮件通知使用 Blade 组件和Markdown语法的组合,允许您
532532
<a name="sms-prerequisites"></a>
533533
### 先决条件
534534

535-
在 Laravel 中发送短信通知是基于 [Nexmo](https://www.nexmo.com/)服务的。在通过 Nexmo 发送短信通知前,你需要安装 `nexmo/client` Composer 包并在 `config/services.php` 配置文件中添加几个配置选项。你可以复制下面的配置示例来开始使用:
535+
在 Laravel 中发送短信通知是基于 [Nexmo](https://www.nexmo.com/) 服务的。在通过 Nexmo 发送短信通知前,你需要安装 `nexmo/client` Composer 包并在 `config/services.php` 配置文件中添加几个配置选项。你可以复制下面的配置示例来开始使用:
536536

537537
'nexmo' => [
538538
'key' => env('NEXMO_KEY'),

0 commit comments

Comments
 (0)