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.
I've seted type to database in config file, show as picture :
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.
I've seted type to database in config file, show as picture :
please correct me if I wrong, thanks.