Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usamamuneerchaudhary/country-city-state
Laravel Country City State Data
https://github.com/usamamuneerchaudhary/country-city-state
Last synced: about 5 hours ago
JSON representation
Laravel Country City State Data
- Host: GitHub
- URL: https://github.com/usamamuneerchaudhary/country-city-state
- Owner: usamamuneerchaudhary
- License: mit
- Created: 2020-12-27T11:59:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T00:21:28.000Z (almost 4 years ago)
- Last Synced: 2024-08-10T11:17:31.846Z (3 months ago)
- Language: PHP
- Size: 3.17 MB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Country, City, State Data
World's Country City State Data for Laravel `^v7.0`, `^v8.0` with phone codes support as per ISO standards.
## Installation
You can install the package via composer:
```bash
composer require usamamuneerchaudhary/country-city-state
```## Usage
``` php
run below commandsphp artisan vendor:publish --tag=CountryCityState
composer dump-autoload
php artisan migrate
```### Testing
``` bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Usama Muneer](https://github.com/usamamuneerchaudhary)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.