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

bigperson/laravel-vk-geo

Parse countries, regions and cities from vk.com api

394 14
aamant/ville-france

Table des villes de france

39 0
adiesel82/sypex-geo-laravel-54

The Sypex Geo PHP Class Wrapper for Laravel 5.4

19 1
sorbing/sypex-geo-laravel

The Sypex Geo PHP Class Wrapper for Laravel 4.2

66 0
gerardojbaez/geodata

Laravel 5.2 package that provides basic geographical data like Countries, Region...

11,991 31