| Package Data | |
|---|---|
| Maintainer Username: | aamant | 
| Maintainer Contact: | arnaud.amant@gmail.com (Arnaud Amant) | 
| Package Create Date: | 2014-04-18 | 
| Package Last Update: | 2014-11-13 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-25 15:02:16 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 39 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 1 | 
| Total Open Issues: | 0 | 
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