TIPOFF / addresses

Laravel Package to manage addresses & interact with Address API
MIT License
0 stars 2 forks source link

Phone Country Calling Code #67

Open drewroberts opened 3 years ago

drewroberts commented 3 years ago

I was hoping to put the country calling code for Phone Numbers (#58) in the Country (#15) table, but some countries use multiple calling codes:

https://en.wikipedia.org/wiki/List_of_country_calling_codes

Therefore we need a separate model for it. It will default to +1 for the US calling code, but it will allow flexibility in the future for other countries.