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.11k stars 372 forks source link

Update GeoIP.php #23

Closed maxirus closed 9 years ago

maxirus commented 9 years ago

This update allows you to manually specify a MaxMind database in your .env. Just add the path to MAXMIND_DB= Ex: MAXMIND_DB=/database/maxmind/GeoIP2-City.mmdb

This allows you to use paid versions of the MaxMind DB.

Torann commented 9 years ago

This is now part of v0.2.1