Skip to content

aamant/ville-france

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ville de France

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