Middleware log. [skip ci]

This commit is contained in:
James Cole 2018-03-07 20:58:54 +01:00
parent d8ac817c91
commit b0d8ac83ae
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -54,6 +54,7 @@ class InstallController extends Controller
Artisan::call('migrate', ['--seed' => true]);
$result = $output->fetch();
Log::debug($result);
Log::debug(Artisan::output());
// create keys manually because for some reason the passport namespace
// does not exist