1 Star 8 Fork 1

dcat-phper / dcat-distpicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
sparkinzy 提交于 2021-11-04 12:10 . 新增code筛选;新增sql文件
{
"name": "sparkinzy/dcat-distpicker",
"alias": "distpicker",
"description": "省市区地址选择器,支持select2",
"type": "library",
"version": "1.0.10",
"keywords": ["dcat-admin", "extension","distpicker"],
"homepage": "https://github.com/sparkinzy/dcat-distpicker",
"license": "MIT",
"authors": [
{
"name": "sparkinzy",
"email": "sparkinzy@163.com"
}
],
"require": {
"php": ">=7.1.0",
"dcat/laravel-admin": "~2.0"
},
"autoload": {
"psr-4": {
"Sparkinzy\\Dcat\\Distpicker\\": "src/"
}
},
"extra": {
"dcat-admin": "Sparkinzy\\Dcat\\Distpicker\\DcatDistpickerServiceProvider",
"laravel": {
"providers": [
"Sparkinzy\\Dcat\\Distpicker\\DcatDistpickerServiceProvider"
]
}
}
}
PHP
1
https://gitee.com/dcat-phper/dcat-distpicker.git
git@gitee.com:dcat-phper/dcat-distpicker.git
dcat-phper
dcat-distpicker
dcat-distpicker
master

搜索帮助