Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.07k stars 372 forks source link

Update Maxmind database URL #163

Closed dwightwatson closed 4 years ago

dwightwatson commented 4 years ago

In relation to #162 this updates the default MaxMind database download URL (they now require you to register and use a licence key to get a copy). It's the same latest gzipped GeoLite2 City database and using the existing MAXMIND_LICENSE_KEY env variable.

dwightwatson commented 4 years ago

Not sure what to do about the failing test suite - should it have it's own licence key, mock out the actual download or just remove the test altogether?