khsing / laravel-world

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

This is Awesome #2

Closed antoniputra closed 6 years ago

antoniputra commented 7 years ago

Hi there..

I just review this package. and already give a shot to try this. and it feels awesome. Thanks so much for this incredible package.

With this package then I just continue create the api.

anyway, I was wondering how do you know all of the data?

khsing commented 7 years ago

Thanks, I just grab from web and ref from other projects, finally I fixed some data manually.

antoniputra commented 7 years ago

as I deep dive into this package.. I just realized that Indonesian Cities is not available yet. its only Province for Indonesian

khsing commented 7 years ago

Sure, Indonesian just has cities, no provinces provided.

$id = World::getByCode('id');
$id->has_division; // false
$id->cities->all();
khsing commented 7 years ago

@antoniputra may be you can check this project https://github.com/rinvex/country

antoniputra commented 6 years ago

wew. thanks for the information. (y)