Add user setup to installer

This commit is contained in:
Nabeel Shahzad
2017-12-29 16:56:46 -06:00
parent 50da3a9e54
commit 7cd4bf5ffb
24 changed files with 28377 additions and 41 deletions

View File

@@ -43,7 +43,7 @@ class Install extends BaseCommand
}
$this->info('Running database migrations...');
$this->call('migrate:refresh');
$this->call('migrate');
# TODO: Call initial seed data, for the groups and other supporting data
}