3 Star 33 Fork 7

HPlus / admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 871 Bytes
一键复制 编辑 原始数据 按行查看 历史
洛洛 提交于 2021-01-23 11:53 . 修复上传文件未读取config配置
{
"name": "hyperf-plus/admin",
"description": "开箱即用的Hyperf后台扩展,laravel-admin用法",
"license": "MIT",
"authors": [
{
"name": "毛自豪",
"email": "4213509@qq.com"
}
],
"homepage": "https://github.com/lphkxd/hyperf-admin",
"keywords": [
"hyperf",
"Admin",
"Vue"
],
"require": {
"php": ">=7.3",
"ext-swoole": ">=4.5",
"hyperf/model-cache": "^2.0.0",
"hyperf/redis": "^2.0.0",
"hyperf-plus/route": "~2.1.0|dev-master",
"96qbhy/hyperf-auth": "^2.3",
"hyperf-plus/ui": "~1.0.0|dev-master",
"hyperf/paginator": "~2.1.0"
},
"autoload": {
"psr-4": {
"HPlus\\Admin\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HPlus\\Admin\\Tests\\": "tests"
}
},
"extra": {
"hyperf": {
"config": "\\HPlus\\Admin\\ConfigProvider"
}
}
}
1
https://gitee.com/hyperf-plus/hyperf-admin.git
git@gitee.com:hyperf-plus/hyperf-admin.git
hyperf-plus
hyperf-admin
admin
v2

搜索帮助