Skip to content

Commit

Permalink
暂时使用修改之后的全局变量包
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqizjl committed Jan 18, 2020
1 parent a4a922f commit 107fd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ composer require naixiaoxin/hyperf-wechat
## 配置
1. 发布配置文件
~~~shell script
php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider"
php ./bin/hyperf.php vendor:publish naixiaoxin/hyperf-wechat
~~~
2. 修改应用根目录下的 `config/autoload/wechat.php` 中对应的参数即可。
3. 每个模块基本都支持多账号,默认为 `default`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": ">=7.2",
"ext-swoole": ">=4.4",
"hyperf/guzzle": "^1.1",
"hyperf/super-globals": "^1.1",
"naixiaoxin/hyperf-super-globals": "^1.1.0",
"overtrue/wechat": "^4.2"
},
"require-dev": {
Expand Down

0 comments on commit 107fd1b

Please sign in to comment.