You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wanghousheng
8c41c84c32
|
10 months ago | |
---|---|---|
.. | ||
src | 10 months ago | |
tests | 10 months ago | |
.gitignore | 10 months ago | |
.php_cs | 10 months ago | |
.travis.yml | 10 months ago | |
LICENSE | 10 months ago | |
README.md | 10 months ago | |
composer.json | 10 months ago | |
phpunit.xml | 10 months ago |
README.md
EasyWeChat Composer Plugin
Usage
Set the type
to be easywechat-extension
in your package composer.json file:
{
"name": "your/package",
"type": "easywechat-extension"
}
Specify server observer classes in the extra section:
{
"name": "your/package",
"type": "easywechat-extension",
"extra": {
"observers": [
"Acme\\Observers\\Handler"
]
}
}
Examples
Server Delegation
目前仅支持 Laravel
-
在
config/app.php
中添加EasyWeChatComposer\Laravel\ServiceProvider::class
-
在本地项目的
.env
文件中添加如下配置:
EASYWECHAT_DELEGATION=true # false 则不启用
EASYWECHAT_DELEGATION_HOST=https://example.com # 线上域名