laravel-uk-towns maintained by yaroslawww
Laravel UK towns.
Import UK towns list and use town model.
Installation
Install the package via composer:
composer require yaroslawww/laravel-uk-towns
Optionally you can publish the config file with:
php artisan vendor:publish --provider="UKTowns\ServiceProvider" --tag="config"
Usage
Import table
php artisan uk-towns:import
# Optionally import postcodes
php artisan uk-towns:postcodes:import



