vioms/laravel-cities

Laravel Cities is a bundle for Laravel, providing cities for countries

v1.0.2 2024-02-23 04:12 UTC

This package is auto-updated.

Last update: 2025-06-20 02:32:05 UTC


README

Total Downloads Latest Stable Version Latest Unstable Version

Laravel Cities is a bundle for Laravel for all cities.

This package requires:

  • vioms/laravel-countries

Notice

The population of this package might take a few minute to a few hours depending on your installation. The import file is 1.5 GB about 2.2 million records

Installation

Runs composer require vioms/laravel-cities to install the package

Run composer update to pull down the latest version of Cities.

Model

You can start by publishing the configuration. This is an optional step, it contains the table name and does not need to be altered. If the default name cities suits you, leave it. Otherwise run the following command

$ php artisan vendor:publish

You may now run it with the artisan migrate command:

$ php artisan migrate
$ php artisan cities:populate

After running this command the filled cities table will be available