1 Star 2 Fork 0

Slowlyo/dcat-tencent-map-form

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
Slowlyo 提交于 2021-11-11 01:33 . update composer.json.
{
"name": "slowlyo/dcat-tencent-map-selection",
"alias": "Dcat腾讯地图选点Form组件",
"description": "用于扩展DcatAdmin, 增加腾讯地图选点表单组件",
"type": "library",
"keywords": [
"dcat-admin",
"extension",
"map"
],
"homepage": "https://gitee.com/slowlyo/tencent-map-selection",
"license": "MIT",
"authors": [
{
"name": "Slowlyo",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1.0",
"dcat/laravel-admin": "~2.0",
"monolog/monolog": "1.0.0"
},
"autoload": {
"psr-4": {
"Slowlyo\\TencentMapSelection\\": "src/"
}
},
"extra": {
"dcat-admin": "Slowlyo\\TencentMapSelection\\TencentMapSelectionServiceProvider",
"laravel": {
"providers": [
"Slowlyo\\TencentMapSelection\\TencentMapSelectionServiceProvider"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/slowlyo/dcat-tencent-map-form.git
[email protected]:slowlyo/dcat-tencent-map-form.git
slowlyo
dcat-tencent-map-form
dcat-tencent-map-form
master

搜索帮助