1 Star 0 Fork 19

spencerYG / ex-admin-thinkphp

forked from rocky-git / ex-admin-thinkphp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 977 Bytes
一键复制 编辑 原始数据 按行查看 历史
rocky-git 提交于 2022-10-15 22:10 . 调整资源目录
{
"name": "rockys/ex-admin-thinkphp",
"description": "Ex-admin-thinkphp 是一个基于Ant Design of Vue + Thinkphp 开发而成后台系统构建工具,无需关注页面模板JavaScript,只用php代码即可快速构建出一个功能完善的后台系统。",
"license": "Apache-2.0",
"keywords": [
"Ex-admin",
"ExAdmin",
"php",
"thinkphp",
"admin",
"CURD",
"ui"
],
"authors": [
{
"name": "rocky",
"email": "631670747@qq.com"
}
],
"require": {
"php": ">=7.3.0",
"rockys/ex-admin-ui": ">=1.1.4",
"topthink/think-migration": "^3",
"topthink/think-queue": "^3"
},
"autoload": {
"psr-4": {
"ExAdmin\\thinkphp\\": "src"
}
},
"extra": {
"think": {
"services": [
"ExAdmin\\thinkphp\\AdminServiceProvider"
]
}
}
}
PHP
1
https://gitee.com/spenceryg/ex-admin-thinkphp.git
git@gitee.com:spenceryg/ex-admin-thinkphp.git
spenceryg
ex-admin-thinkphp
ex-admin-thinkphp
master

搜索帮助