加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Slowlyo 提交于 2024-02-19 16:54 . iconify 图标选择器优化
{
"name": "slowlyo/owl-admin",
"description": "基于 laravel、amis 开发的后台框架~",
"license": "MIT",
"authors": [
{
"name": "Slowlyo",
"email": "slowlyo_email@qq.com.com",
"homepage": "https://gitee.com/slowlyo"
}
],
"homepage": "https://github.com/slowlyo/owl-admin",
"support": {
"email": "slowlyo_email@qq.com.com",
"issues": "https://github.com/Slowlyo/owl-admin/issues",
"forum": "https://github.com/Slowlyo/owl-admin/discussions",
"wiki": "http://doc.owladmin.com/"
},
"keywords": [
"Laravel",
"OwlAdmin",
"Admin",
"Amis"
],
"require": {
"php": ">=8.0",
"illuminate/support": "~9|~10",
"iconify/json": "*"
},
"autoload": {
"psr-4": {
"Slowlyo\\OwlAdmin\\": "src/"
},
"files": [
"src/Support/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Slowlyo\\OwlAdmin\\AdminServiceProvider"
],
"aliases": {
"OwlAdmin": "Slowlyo\\OwlAdmin\\Facades\\OwlAdmin"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化