1 Star 1 Fork 7

pyth/admin

forked from 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": "[email protected]"
}
],
"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"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/null_688_2481/hyperf-admin.git
[email protected]:null_688_2481/hyperf-admin.git
null_688_2481
hyperf-admin
admin
v2

搜索帮助