This is my senario: I saved shop details in mysql database in following way.
shopName, latitude, longitude,
now if someone gives his location in latitude and longitude with a distance (like 5km) I needs to filler all the shops within 5km to him,
in here user is the center and radius is 5km and I need to find all the shop within that circle, my application is developed in laravel 5.1
I tried to follow this code, but it wouldn't work.
can anyone help me.