Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit 25e3f06

Browse files
committed
Update README
1 parent c19de13 commit 25e3f06

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
The Laravel integration for [BearyChat](https://github.com/ElfSundae/bearychat) to send robot messages.
1313

14-
This package is compatible with [Laravel 5](#laravel-5), [Laravel 4](#laravel-4) and [Lumen](#lumen).
14+
This package is compatible with Laravel 4/5/6 and Lumen.
1515

1616
> - :cn: [**中文文档**](README_zh.md)
1717
> - **Laravel Notification Channel:** [BearyChatChannel](https://github.com/laravel-notification-channels/bearychat)
@@ -21,7 +21,7 @@ This package is compatible with [Laravel 5](#laravel-5), [Laravel 4](#laravel-4)
2121
<!-- MarkdownTOC -->
2222

2323
- [Installation](#installation)
24-
- [Laravel 5](#laravel-5)
24+
- [Laravel 5/6](#laravel-56)
2525
- [Laravel 4](#laravel-4)
2626
- [Lumen](#lumen)
2727
- [Usage](#usage)
@@ -46,7 +46,9 @@ $ composer require elfsundae/laravel-bearychat
4646

4747
After updating composer, you may configure your app according to the following steps:
4848

49-
### Laravel 5
49+
### Laravel 5/6
50+
51+
> For Laravel 5.5+, the service provider will automatically get registered.
5052
5153
Add the service provider to the `providers` array in `config/app.php`:
5254

README_zh.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
这个 Laravel 扩展包封装了 [BearyChat PHP 扩展包](https://github.com/ElfSundae/bearychat),用于向 BearyChat 发送机器人消息。
1313

14-
该扩展包兼容 [Laravel 5](#laravel-5)[Laravel 4](#laravel-4)[Lumen](#lumen)
14+
该扩展包兼容 Laravel 4/5/6 以及 Lumen 。
1515

1616
> - :us: [**Documentation in English**](README.md)
1717
> - **Laravel Notification Channel:** [BearyChatChannel](https://github.com/laravel-notification-channels/bearychat)
@@ -21,7 +21,7 @@
2121
<!-- MarkdownTOC -->
2222

2323
- [安装](#%E5%AE%89%E8%A3%85)
24-
- [Laravel 5](#laravel-5)
24+
- [Laravel 5/6](#laravel-56)
2525
- [Laravel 4](#laravel-4)
2626
- [Lumen](#lumen)
2727
- [使用方法](#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95)
@@ -46,7 +46,9 @@ $ composer require elfsundae/laravel-bearychat
4646

4747
更新完 composer 后,你可以根据以下指引来配置你的 Laravel 应用。
4848

49-
### Laravel 5
49+
### Laravel 5/6
50+
51+
> Laravel 5.5+ 会自动注册 service provider 。
5052
5153
将 service provider 添加到 `config/app.php` 中的 `providers` 数组中。
5254

0 commit comments

Comments
 (0)