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: | 2024-11-14 15:01:31 |
Package Statistics | |
---|---|
Total Downloads: | 37 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
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