Download the PHP package tareq-alqadi/filament-map-picker without Composer
On this page you can find all versions of the php package tareq-alqadi/filament-map-picker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tareq-alqadi/filament-map-picker
More information about tareq-alqadi/filament-map-picker
Files in tareq-alqadi/filament-map-picker
Package filament-map-picker
Short Description Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.
License MIT
Informations about the package filament-map-picker
Filament V3 Map Picker
A custom field for Filament that allows you to effortlessly select a location on a map and retrieve geographical coordinates.
Introduction
Map Picker is a Filament custom field designed to simplify the process of choosing a location on a map and obtaining its geo-coordinates.
- Features include:
- A Field for Filament-v3 with OpenStreetMap Integration
- Receive Real-time Coordinates Upon Marker Movement Completion
- Tailor Controls and Marker Appearance to Your Preferences
- Latest versions of PHP and Filament
- Best practices applied:
README.md
(badges included)LICENSE
composer.json
.gitignore
pint.json
Supported Maps
Map Picker currently supports the following map:
- Open Street Map (OSM)
Additional map options will be added to the package as needed and tested.
Installation
You can easily install the package via Composer:
Basic Usage
Resource file:
License
MIT License © Dotswan
Security
We take security seriously. If you discover any bugs or security issues, please help us maintain a secure project by reporting them through our GitHub issue tracker
. You can also contact us directly at [email protected].
Contribution
We welcome contributions! contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
All versions of filament-map-picker with dependencies
filament/support Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0|^11.0