arnotae/frenchcities

Mysql table of french cities for Laravel 5

Downloads

34

Stars

0

Version

1.1.1

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/

arnotae

Author

arnotae