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 […]
Bootsnipp is now in top 70,000 websites worldwide according to Alexa ratings (third month of Bootsnipp’s existence) : I can’t disclose all analytics but I’d like to share how I manage to run Bootsnipp, even when there is a huge load. Bootsnipp isn’t very demanding PHP application built with Laravel PHP framework but basically all of […]
My Screencasts on how to deploy Laravel PHP Framework