laravelでエラー情報を表示する方法 config/app.phpの‘debug’ => (bool) env(‘APP_DEBUG’, true),と.envのAPP_DEBUG=trueが両方trueでないと表示されない?