1 Star 0 Fork 8

niuer/基于TP6.0+vue element平台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
凯撒李大爷 提交于 2022-05-22 14:16 . 提交下
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "[email protected]"
},
{
"name": "yunwuxin",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2.9",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"firebase/php-jwt": "^5.2",
"topthink/think-captcha": "^3.0",
"qiniu/php-sdk": "^7.3",
"ext-gd": "*",
"ext-json": "*",
"topthink/think-queue": "^3.0",
"ext-curl": "*",
"ext-redis": "*",
"elasticsearch/elasticsearch": "^7.11",
"phpoffice/phpexcel": "^1.8"
},
"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"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/niueronline/tp6-admin-template.git
[email protected]:niueronline/tp6-admin-template.git
niueronline
tp6-admin-template
基于TP6.0+vue element平台管理系统
master

搜索帮助