Run database create for sqlite

This commit is contained in:
Nabeel Shahzad
2017-12-14 22:32:52 -06:00
parent 1e866f8fa7
commit 80c69552f2
3 changed files with 12 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ class InstallerController extends AppBaseController
);
$log[] = 'Creating database';
$console_out = $this->dbService->setupDB();
$console_out = $this->dbService->setupDB($request->input('db_conn'));
return view('installer::steps/step2a-completed', [
'console_output' => $console_out