Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Hanson/laravel-admin-wechat
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson committed Mar 19, 2020
2 parents b10e0e9 + 0349c51 commit 161ac90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Laravel admin 的微信扩展、支持多公众号、多小程序、多微信支
* 创建 `database/migrations` 的相关微信数据库(可自行根据需求做对应修改,可以加字段,不建议删减字段)
* 执行 `migrate` 操作(去掉 `-m` 可不执行)

生成 jwt secret

`php artisan jwt:secret`

## 配置

修改 `config/auth.php` (用于小程序登录等接口,如果不需要可以不加)
Expand Down

0 comments on commit 161ac90

Please sign in to comment.