1 Star 0 Fork 46

王1/ThinkLibrary

forked from Anyon/ThinkLibrary 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2019-11-13 18:35 . 修改注册入口
{
"type": "library",
"name": "zoujingli/think-library",
"license": "MIT",
"homepage": "http://framework.thinkadmin.top",
"description": "ThinkPHP v6.0 Development Library",
"authors": [
{
"name": "Anyon",
"email": "[email protected]"
}
],
"require": {
"ext-gd": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-iconv": "*",
"topthink/framework": "^6.0"
},
"autoload": {
"files": [
"src/common.php"
],
"psr-4": {
"think\\admin\\": "src"
}
},
"extra": {
"think": {
"services": [
"think\\admin\\Library"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wangsdsagas111/ThinkLibrary.git
[email protected]:wangsdsagas111/ThinkLibrary.git
wangsdsagas111
ThinkLibrary
ThinkLibrary
v6.0

搜索帮助