Gitea cbaa767e15 | há 3 anos | |
---|---|---|
.. | ||
src | há 3 anos | |
tests | há 3 anos | |
.gitignore | há 3 anos | |
.php_cs | há 3 anos | |
.travis.yml | há 3 anos | |
LICENSE | há 3 anos | |
README.md | há 3 anos | |
composer.json | há 3 anos | |
extensions.php | há 3 anos | |
phpunit.xml | há 3 anos |
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"
]
}
}
目前仅支持 Laravel
在 config/app.php
中添加 EasyWeChatComposer\Laravel\ServiceProvider::class
在本地项目的 .env
文件中添加如下配置:
EASYWECHAT_DELEGATION=true # false 则不启用
EASYWECHAT_DELEGATION_HOST=https://example.com # 线上域名