Just create a composer.json file for your project:
composer.json
{ "require": { "aamant/ville-france": "@stable" } }
Add to file app.config.php
'providers' => array( ... 'Aamant\VilleFrance\VilleFranceServiceProvider', ...
php artisan migrate --package aamant/ville-france php artisan ville:load