Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 commands

php 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.