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 [
|
*/
'model' => 'App\Models\User',
'model' => 'App\Referent',
/*
|--------------------------------------------------------------------------
@ -41,7 +41,7 @@ return [
|
*/
'table' => 'users',
'table' => 'referents',
/*
|--------------------------------------------------------------------------
@ -61,7 +61,7 @@ return [
'password' => [
'email' => 'emails.password',
'table' => 'password_resets',
'expire' => 1440,
'expire' => 60,
],
];