From b0d8ac83ae7be47468af201e7c166d3ce871971a Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 7 Mar 2018 20:58:54 +0100 Subject: [PATCH] Middleware log. [skip ci] --- app/Http/Controllers/System/InstallController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/System/InstallController.php b/app/Http/Controllers/System/InstallController.php index 4df5e5f6f9..c25551c1ae 100644 --- a/app/Http/Controllers/System/InstallController.php +++ b/app/Http/Controllers/System/InstallController.php @@ -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