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

When fetching maxmind record, store timeZone @ location array #4

Closed mentalic closed 10 years ago

mentalic commented 10 years ago

"lon" => $record->location->longitude, "timezone" => $record->location->timeZone, "default" => false

Torann commented 10 years ago

This is now supported