We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2574b1f + b45c70e commit 64d0e45Copy full SHA for 64d0e45
README.md
@@ -62,7 +62,7 @@ php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider"
62
$app->register(Overtrue\LaravelWeChat\ServiceProvider::class);
63
```
64
65
-2. 如果你习惯使用 `config/wechat.php` 来配置的话,将 `vendor/overtrue/laravel-wechat/src/config.php` 拷贝到`app/config`目录下,并将文件名改成`wechat.php`。
+2. 如果你习惯使用 `config/wechat.php` 来配置的话,将 `vendor/overtrue/laravel-wechat/src/config.php` 拷贝到`项目根目录/config`目录下,并将文件名改成`wechat.php`。
66
67
## 使用
68
0 commit comments