Free Options (No API Key Required):
- OpenStreetMap: Completely free, community-driven maps
- CartoDB: Free tier with light, dark, and voyager styles
- Satellite (Esri): Free satellite imagery
Premium Options (API Key Required):
- Google Maps: Industry standard with excellent geocoding
- Mapbox: Beautiful custom styles and excellent performance
To add API keys:
- Add your API keys to the
.env file:
GOOGLE_MAPS_API_KEY=your_google_api_key_here
MAPBOX_API_KEY=your_mapbox_api_key_here
- Restart your application:
php artisan serve