You've already forked jianlizaojia
自定义service、module
This commit is contained in:
26
plugs/custom-app-plug/composer.json
Normal file
26
plugs/custom-app-plug/composer.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "q792602257/custom-app-plug",
|
||||
"description": "ThinkAdmin Plugin: Add Custom Plugs Located in app",
|
||||
"version": "dev-master",
|
||||
"minimum-stability": "dev",
|
||||
"license": "WTFPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jerry Yan",
|
||||
"email": "792602257@qq.com"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"config": {
|
||||
"type": "module",
|
||||
"name": "app插件",
|
||||
"platforms": ["h5web"],
|
||||
"description": "app目录下的插件定义"
|
||||
},
|
||||
"think": {
|
||||
"services": [
|
||||
"app\\xzgl\\Service"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user