当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
39 Star 328 Fork 116

Thans / layuiAdmin
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thans 提交于 2020-01-07 12:18 . 修改验证码版本
{
"name": "thans/layui-admin",
"description": "layui admin template build",
"license": "MIT",
"authors": [
{
"name": "Thans",
"email": "thans@thans.cn"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0",
"thans/thinkphp-filesystem-cloud": "^1.0",
"topthink/think-migration": "^3.0.2",
"topthink/think-captcha": "^3.0",
"topthink/think-view": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
},
"autoload": {
"psr-4": {
"thans\\layuiAdmin\\": "src"
},
"files": [
"src/helper.php"
]
},
"extra": {
"think": {
"services": [
"thans\\layuiAdmin\\Service"
],
"config": {
"admin": "src/config/admin.php"
}
}
},
"minimum-stability": "dev"
}
PHP
1
https://gitee.com/thans/layuiAdmin.git
git@gitee.com:thans/layuiAdmin.git
thans
layuiAdmin
layuiAdmin
master

搜索帮助