Skip to content

Commit 64d0e45

Browse files
authored
Merge pull request overtrue#226 from iwaiwai/master
Change lumen config dir in REDME.md
2 parents 2574b1f + b45c70e commit 64d0e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider"
6262
$app->register(Overtrue\LaravelWeChat\ServiceProvider::class);
6363
```
6464

65-
2. 如果你习惯使用 `config/wechat.php` 来配置的话,将 `vendor/overtrue/laravel-wechat/src/config.php` 拷贝到`app/config`目录下,并将文件名改成`wechat.php`
65+
2. 如果你习惯使用 `config/wechat.php` 来配置的话,将 `vendor/overtrue/laravel-wechat/src/config.php` 拷贝到`项目根目录/config`目录下,并将文件名改成`wechat.php`
6666

6767
## 使用
6868

0 commit comments

Comments
 (0)