Check out the data of https://www.geonames.org
Dec 7, 2021
7
Level 1
How to get longitude and latitude from zip and place in Laravel 8 ?
Hi,
I have a seeder function to import a CSV file which contains zip code and place name to the DB. Now Along with the zip and place I want to find out the coordinates of that place corresponding to the zip and place for each entry of the table where I previously imported the file.
How can I do that? Any suitable package available which I can run at the seeder itself? So that I can do both import and insert coordinates at the same time during the seeding time.
Please or to participate in this conversation.