Closed jvbalcita closed 2 years ago
You can use the CitiesRepository to get by region id. See https://github.com/yajra/laravel-address/blob/master/src/Repositories/Cities/CitiesRepository.php#L32
Thank you for this @yajra , I end up using the province to get the cities. I just saw one issue. when a region is selected regardless if NCR or any other region the result of province is the same, it's pulling all the provinces.
Hi @yajra,
Is there a way I can call the cities api by region_id? or just call the all the cities. I can't seem to make it work with the instructions maybe I'm just making it complicated but I hope you can help me.
Thank you in advance!