mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Middleware log. [skip ci]
This commit is contained in:
parent
d8ac817c91
commit
b0d8ac83ae
@ -54,6 +54,7 @@ class InstallController extends Controller
|
|||||||
Artisan::call('migrate', ['--seed' => true]);
|
Artisan::call('migrate', ['--seed' => true]);
|
||||||
$result = $output->fetch();
|
$result = $output->fetch();
|
||||||
Log::debug($result);
|
Log::debug($result);
|
||||||
|
Log::debug(Artisan::output());
|
||||||
|
|
||||||
// create keys manually because for some reason the passport namespace
|
// create keys manually because for some reason the passport namespace
|
||||||
// does not exist
|
// does not exist
|
||||||
|
Loading…
Reference in New Issue
Block a user