weiwait/dcat-distpicker

This package is abandoned and no longer maintained. The author suggests using the weiwait/dcat-vue package instead.

省-市-区县级联 + 坐标拾取

1.0.5 2021-09-24 09:01 UTC

This package is auto-updated.

Last update: 2023-01-02 08:18:32 UTC


README

演示地址

demo: http://dcat.weiwait.cn (admin:admin)

通过 composer 安装扩展

  composer require weiwait/dcat-distpicker

发布静态资源

  php artisan vendor:publish --tag=weiwait.dcat-distpicker

更新 dcat-admin ide-helper

  php artisan admin:ide-helper
    $form->distpicker(['province', 'city', 'district'], 'label')
        ->deitail('detail') // 使用地址详细
        ->coordinate(['longitude', 'latitude']) // 使用经度纬度坐标
        ->height(500) // 设置地图高度 默认300
        ->disableMap() // 关闭地图

示例图片

Dcat-admin 扩展列表

  1. 单图裁剪
  2. 区划级联+坐标拾取
  3. smtp快速便捷配置
  4. sms channel 快速便捷配置