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

Allow ipv6 #15

Closed jonasva closed 9 years ago

jonasva commented 9 years ago

I noticed that there is no Ipv6 support. It's true that there is no city lookup support for ipv6 currently, but country/timezone/continent might still be useful to get.

I've added a pull request: #14

Torann commented 9 years ago

Added in version 0.2.0 for Laravel 5

tholu commented 9 years ago

Any plans to backport this for Laravel4?

Torann commented 9 years ago

There are directions for this in the README under Laravel 4 Installation :-)

tholu commented 9 years ago

Sorry, but I can't seem to find it or I don't get it. This should be the README for Laravel 4? https://github.com/Torann/laravel-geoip/tree/0.1.1 IPv6 is not mentioned here.

PS: The link "GeoIP for Laravel 4 on GitHub" on the linked page points to https://github.com/torann/laravel-hashids

Torann commented 9 years ago

Ah sorry. That was my fault. I thought you wanted to install this in a Laravel 4 Installation, so I pointed you to the directions for that.

There aren't any plans to backport the IPv6 feature. Sorry.