aamant/ville-france

Table des villes de france

0.1.3 2014-11-13 15:31 UTC

This package is not auto-updated.

Last update: 2024-03-12 04:39:35 UTC


README

Installation

Just create a composer.json file for your project:

{
    "require": {
        "aamant/ville-france": "@stable"
    }
}

Add to file app.config.php

'providers' => array(
	...
	'Aamant\VilleFrance\VilleFranceServiceProvider',
	...

Add to file app.config.php

php artisan migrate --package aamant/ville-france
php artisan ville:load