Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/optimisthub/iscs-by-optimist-hub

Laravel Countries States Cities World countries, states, regions, provinces, cities, towns in JSON, SQL, XML, YAML, and CSV. All Countries, States, Cities with ISO2, ISO3, Country Code, Phone Code, Capital, Native Language, Timezones, Latitude, Longitude, Region, Subregion, Flag Emoji, and Currency. #countries #states #cities
https://github.com/optimisthub/iscs-by-optimist-hub

cities countries laravel laravel-migration states world-cities-database world-coordinates world-countries-data world-country-codes

Last synced: 23 days ago
JSON representation

Laravel Countries States Cities World countries, states, regions, provinces, cities, towns in JSON, SQL, XML, YAML, and CSV. All Countries, States, Cities with ISO2, ISO3, Country Code, Phone Code, Capital, Native Language, Timezones, Latitude, Longitude, Region, Subregion, Flag Emoji, and Currency. #countries #states #cities

Awesome Lists containing this project

README

        

Optimisthub

### Counties, States, Cities list by OptimistHub for Laravel Projects or Any Agnostic PHP Projects

#### Installation
```
composer require optimisthub/lcsc
```

### For Laravel Users

#### Installation

```
php artisan migrate
```

#### Seed
```
php artisan db:seed --class=Optimisthub\\LCSC\\Seeders\\LCSCSeeder

```