This package provides a large database with Countries, Cities, Areas, Languages and Currencies models for your Laravel application
The database contains:
- 250 Countries
- 5000+ Cities (States/Regions)
- 149000+ Areas (Cities part of a State/Region)
After installation, you can use the Package models to retrieve the data OR directly use the json files.
### Requirements
* PHP 8.1 or higher
* Laravel 9.x or higher
### Install
Run `composer require milenmk/laravel-locations` to install the package
Run `php artisan milenmk-locations:install` to publish the migrations and seed the database tables
When the command is run, the database tables for the models will be created and then they will be seeded with the data included in the json files.
Laravel locations
Add Countries, Cities, Areas, Languages and Currencies data and models
Brought to you by:
milen-mk
Downloads:
1 This Week