1 Star 0 Fork 480

tubexu / funadmin

forked from funadmin / funadmin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "funadmin/funadmin",
"description": "FunAdmin是一个基于thinkphp6,layui,requirejs的敏捷开发应用框架",
"type": "project",
"license": "Apache-2.0",
"keywords": [
"FunAdmin",
"Requirejs",
"easywechat",
"framework",
"thinkphp",
"thinkphp6",
"ORM"
],
"homepage": "https://www.funadmin.com",
"authors": [
{
"name": "funadmin",
"email": "994927909@qq.com"
}
],
"require": {
"php": ">=7.2.0",
"ext-json": "*",
"topthink/framework": "6.0.x-dev",
"topthink/think-orm": "2.0.*",
"topthink/think-view": "^1.0",
"topthink/think-image": "^1.0",
"topthink/think-queue": "^3.0",
"topthink/think-captcha": "^3.0",
"topthink/think-helper": "^3.1",
"topthink/think-multi-app": "^1.0",
"topthink/think-ide-helper": "^1.0",
"topthink/think-throttle": "^1.2",
"doctrine/annotations": "^1.12",
"ramsey/uuid": "^4.1",
"funadmin/fun-addons": "v1.51"
},
"require-dev": {
"symfony/var-dumper": "^4.4"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
},
"files": [
"extend/fun/form.php"
]
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
PHP
1
https://gitee.com/kccode/funadmin.git
git@gitee.com:kccode/funadmin.git
kccode
funadmin
funadmin
master

搜索帮助