farhanwazir/laravel-map-form-field
Composer 安装命令:
composer require farhanwazir/laravel-map-form-field
包简介
Laravel map form field package.
README 文档
README
###USAGE
Form::map('mappy', null, [ 'height' => '350px', 'onStaged' => 'onMapInitialized', 'position' => $position, 'async' => true, /* for ajax use only, when use async then it needs to call loadScript_map() manually after response print in screen. */ 'onMarkerPositionChanged' => 'onMarkerPositionChanged', ], [ 'latitude' => ['name' => 'latitude', 'class' => 'map-place-search-controls map-place-search map-latlng-controls'], 'longitude' => ['name' => 'longitude', 'class' => 'map-place-search-controls map-place-search map-latlng-controls'], 'search' => ['class' => 'map-place-search-controls map-place-search'], ]);
More details will update later, i'm very busy in my projects. Hope fully after a week, you will see complete, please click on watch button.
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-07