Refactoring Complet

Voir facebook pour l'installation de la nouvelle BDD.
This commit is contained in:
alexandre-pereira
2015-03-14 14:36:03 +01:00
parent 0205f4c864
commit de05756a7b
229 changed files with 1762 additions and 18699 deletions
SRC
.env.example.gitignore
app
bootstrap
composer.jsoncomposer.lockcomposer.phar
config
database
init
public
resources

@ -28,7 +28,7 @@ return [
|
*/
'host' => 'smtp.gmail.com',
'host' => 'smtp.mailgun.org',
/*
|--------------------------------------------------------------------------
@ -54,7 +54,7 @@ return [
|
*/
'from' => ['address' => "modulewebl3miashs@gmail.com", 'name' => "moduleWeb"],
'from' => ['address' => null, 'name' => null],
/*
|--------------------------------------------------------------------------
@ -80,7 +80,7 @@ return [
|
*/
'username' => "modulewebl3miashs@gmail.com",
'username' => null,
/*
|--------------------------------------------------------------------------
@ -93,7 +93,7 @@ return [
|
*/
'password' => env('MAIL_PASSWD', ''),
'password' => null,
/*
|--------------------------------------------------------------------------