2 Star 4 Fork 2

神隐 / think-addons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoyaor 提交于 2019-11-22 22:28 . The ThinkPHP6 Addons Package
{
"name": "xiaoyaor/think-addons",
"description": "The ThinkPHP6 Addons Package",
"homepage": "https://github.com/xiaoyaor/think-addons",
"license": "Apache-2.0",
"authors": [
{
"name": "xiaoyaor",
"email": "747976016@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0",
"topthink/think-view": "^1.0",
"topthink/think-helper": "^3.0.0"
},
"autoload": {
"psr-4": {
"think\\": "src/"
},
"files": [
"src/helper.php"
]
},
"extra": {
"think": {
"services": [
"think\\addons\\Service"
],
"config":{
"addons": "src/config.php"
}
}
},
"scripts" : {
"post-install-cmd": [
"php think addons:config"
]
}
}
PHP
1
https://gitee.com/gitshenyin/think-addons.git
git@gitee.com:gitshenyin/think-addons.git
gitshenyin
think-addons
think-addons
master

搜索帮助