Location not working
sunnyjayjay opened this issue · 2 comments
sunnyjayjay commented
Using Laravel 5, Have put the GeoLite2-City.mmdb file into storage/geo and checked that config/visitor.php points to it. Visitors are logged to the table but the country field is null.
weboAp commented
please confirm that you are not testing from your localhost? you need to be visiting the website from a public ip, for the package to find the origin if available in the GeoLite2-City.mmdb.
let me know.
sunnyjayjay commented
You are correct. Apologies. On the production server it is working fine.