nnjeim / world

A Laravel package which provides a list of the countries, states, cities, currencies, timezones and languages.
MIT License
748 stars 105 forks source link

Incomplete database structure #13

Closed jmatike closed 2 years ago

jmatike commented 2 years ago

When I see your JSON resource files, you have many informations that are not present in the database structure. For example in the countries.json you have missing data like numeric_code, tld, languages, emoji. Same for timezone table which lack of information, also states

Is there any update you are working on ?

nnjeim commented 2 years ago

@jmatike True, more country information is available in the json source files. I have tried to limit to the minimum needed for the general business information. Yes i would consider in the upcoming version giving the ability to include more fields. Thank you for your input.

jmatike commented 2 years ago

Thanks. 👍🏾

nnjeim commented 2 years ago

@jmatike please have a look at release 1.1.4, thanks for your constructive input.