khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
431 stars 90 forks source link

Getting all locations #52

Open samsperd opened 3 years ago

samsperd commented 3 years ago

I am trying to set up an autocomplete with this repo. Although that would mean that I need to get all locations irrespective of continent, country or city, so that I can create this giant library for location search.

But I am having difficulty in doing this because I don’t know how to get all locations associated with the repo. Can I get help on this please?