Pagodabox Tip : using GeoIP extension to get user’s location in Laravel

In one of the applications I’m building I needed to get user’s location (city) from their IP address. One of the ways to go about this is to use some webservice that will convert the IP into geographical coordinates and then pass the result into your application. Another way is to use geoip extension for […]

Read More