3 Star 6 Fork 0

worklz / 云静Admin TP6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 998 Bytes
一键复制 编辑 原始数据 按行查看 历史
worklz 提交于 2024-04-08 21:16 . v3.0.3
{
"name": "yunj/admin-tp6",
"description": "云静Admin TP6",
"type": "project",
"keywords": [
"yunj",
"framework",
"thinkphp",
"ORM"
],
"homepage": "https://tp6admin.doc.iyunj.cn",
"license": "Apache-2.0",
"authors": [
{
"name": "Uncle-L",
"email": "1071446619@qq.com"
}
],
"require": {
"php": ">=7.2.5",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"yunj/admincore-tp6": "^3.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
PHP
1
https://gitee.com/worklz/yunj-admin-tp6.git
git@gitee.com:worklz/yunj-admin-tp6.git
worklz
yunj-admin-tp6
云静Admin TP6
master

搜索帮助