1 Star 0 Fork 17

kfh/EasyAdmin8-webman

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
wolfcode 提交于 2024-12-26 14:55 +08:00 . Update composer.json
{
"name": "wolfcode/easyadmin8",
"type": "project",
"url": "https://github.com/EasyAdmin8/EasyAdmin8-webman",
"description": "基于webman和Layui的快速开发的后台管理系统。",
"keywords": [
"webman",
"easyadmin",
"admin"
],
"homepage": "https://easyadmin8.top/",
"license": "MIT",
"authors": [
{
"name": "wolfcode"
}
],
"require": {
"php": ">=8.0.0",
"workerman/webman-framework": "^1.6.0",
"monolog/monolog": "^2.0",
"illuminate/database": "^9.52",
"illuminate/pagination": "^9.52",
"illuminate/events": "^9.52",
"symfony/var-dumper": "v6.0.19",
"symfony/finder": "v6.0.19",
"vlucas/phpdotenv": "^5.5",
"shopwwi/laravel-cache": "^1.0",
"psr/container": "^2.0",
"webman/blade": "^1.5",
"workerman/validation": "^3.0",
"doctrine/annotations": "^2.0",
"phpoffice/phpspreadsheet": "^1.29",
"webman/console": "^1.2",
"webman/captcha": "^1.0",
"aliyuncs/oss-sdk-php": "^2.6",
"qcloud/cos-sdk-v5": "^2.6",
"qiniu/php-sdk": "^7.11",
"webman/domain": "^1.0",
"wolf-leo/phplogviewer": "^0.11.3",
"wolfcode/authenticator": "^0.0.6"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components"
}
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/kfhcv/EasyAdmin8-webman.git
git@gitee.com:kfhcv/EasyAdmin8-webman.git
kfhcv
EasyAdmin8-webman
EasyAdmin8-webman
main

搜索帮助