| Package Data | |
|---|---|
| Maintainer Username: | l-guo |
| Maintainer Contact: | 164445438@qq.com (guo) |
| Package Create Date: | 2016-12-28 |
| Package Last Update: | 2017-12-06 |
| Language: | JavaScript |
| License: | MIT |
| Last Refreshed: | 2025-11-02 03:01:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 46 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 0 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
composer require guo/wechat
Register the service providers to enable the package:
Overtrue\LaravelWechat\ServiceProvider::class,
Guo\Wechat\Providers\AppServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
Register the service aliases to enable the package:
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
php artisan vendor:publish --tag=admin-wechat
"media",'wechat/upload','media/upload',"/api/wechat"
设置用户表的信息
/api/wechat 微信响应接口
/media 素材管理
/wechat/menu 自定义菜单
/mass/test 测试群发
/mass/index 正式群发
/message 粉丝消息管理
/qrcode 生成二维码