arnotae/frenchcities

Mysql table of french cities for Laravel 5
37
Install
composer require arnotae/frenchcities
Latest Version:1.1.1
PHP:>=5.3.0
License:MIT
Last Updated:Mar 18, 2016
Links: GitHub  ·  Packagist
Maintainer: arnotae

Cities of France

Laravel 5.0 Source License

Database organisation change from the original version :

  • Pass to English
  • Add some informations in cities
  • Add tables departments and regions

Installation

Require with composer:

composer require arnotae/frenchcities

Add to config/app.php file:

'providers' => array(
	...
	'arnotae\FrenchCities\FrenchCitiesServiceProvider',
	...

In terminal:

composer update
php artisan vendor:publish
php artisan migrate
php artisan city:load

Credit

Forked : https://github.com/aamant/ville-france

Data files are from : http://www.bibichette.com/

Related Packages

adiesel82/sypex-geo-laravel-54

The Sypex Geo PHP Class Wrapper for Laravel 5.4

19 1
bigperson/laravel-vk-geo

Parse countries, regions and cities from vk.com api

403 14
aamant/ville-france

Table des villes de france

39 0
sorbing/sypex-geo-laravel

The Sypex Geo PHP Class Wrapper for Laravel 4.2

66 0
ijeffro/laravel-cities

Laravel Cities is a bundle for Laravel, providing Iata Code ISO 3166 3 and count...

8,232 11