inalto/filament-coord-picker
最新稳定版本:v1.0.12
Composer 安装命令:
composer require inalto/filament-coord-picker
包简介
Form coord picker field for filament
README 文档
README
The Coordinate Picker Field is an interactive and user-friendly component for FilamentPHP forms, allowing users to precisely select geographical coordinates. This field integrates a dynamic map interface, where users can pinpoint a location by either entering an address or manually navigating and clicking on the map. Upon selection, the field automatically captures and fills in the latitude and longitude coordinates.
Installation
You can install the package via composer:
composer require inalto/filament-coord-picker
You can publish and run the migrations with:
php artisan vendor:publish --tag="filament-coord-picker-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="filament-coord-picker-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-coord-picker-views"
Usage
$filamentCoordPicker = new inalto\FilamentCoordPicker();
Testing
composer test
🙏 Big Thanks to 🙏
- Leaflet | http://leafletjs.com
🤑 Support Us 🤑
These codes make your life easier and you avoid wasting time?
Give us some RedBull!
USDT(BEP20)
0x367B9207ACBC30022F9A7262320E36661D7Ffeb5
✉️ Contact Us ✉️
Do you have any suggestions?
Do you need to customise this plugin?
Mail: webmaster@inalto.com
Telegram: @inaltoDev
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-17