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

Placing the country name correctly in ipdata.co #141

Open manoelcalixto opened 5 years ago

manoelcalixto commented 5 years ago

In the service ipdata.co is currently putting the name of the continent in the name of the country.

votintsev commented 5 years ago

@Torann Please, apply PR.

Torann commented 5 years ago

We need to fix the failing test before this can go out. If all else fails just add "vlucas/phpdotenv":"3.3" to require-dev. This is not ideal, just a last resort.

highstrike commented 4 years ago

This PR can be closed because #161 was already merged