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

GeoLite2-City.mmdb Not working in Laravel 5 #29

Closed kssee closed 9 years ago

kssee commented 9 years ago

Hi, I'm using Laravel 5.0.32. I've follow the installation step and download GeoLite2-City.mmdb to put at my /database/maxmind folder, however it keep returned default_location when I called GeoIP::getLocation() in my project. contactcontroller_php_-_serbapay_com_-____dropbox_www_serbapay_com_

I've seted type to database in config file, show as picture : config_geoip_php_-_serbapay_com_-____dropbox_www_serbapay_com_

please correct me if I wrong, thanks.

kssee commented 9 years ago

fixed, sorry