Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/optimisthub/iscs-by-optimist-hub
- Owner: optimisthub
- Created: 2021-12-13T08:53:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T16:18:13.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T04:31:59.704Z (about 1 month ago)
- Topics: cities, countries, laravel, laravel-migration, states, world-cities-database, world-coordinates, world-countries-data, world-country-codes
- Language: PHP
- Homepage:
- Size: 5.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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```