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

Seems all a little broken? :| #108

Closed mooseh closed 6 years ago

mooseh commented 6 years ago

Hi just added your geo ip wrapper to use with maxmind geoip2-city

if i add credentials then it fails as its trying to use the webservice by maxmind

but how am i meant to receive the latest and greatest download using our credentials if we cannot put them in?

if i dont put the credentials it returns "" when i use geoip()->getLocation($some_ip);

also the docs seems to be relating to an old config so its very confusing!

mooseh commented 6 years ago

scrap that huge face palm moment!