diff --git a/config/session.php b/config/session.php index 11e0b41d..3b698da0 100644 --- a/config/session.php +++ b/config/session.php @@ -161,7 +161,7 @@ return [ | */ - 'secure' => env('SESSION_SECURE_COOKIE', null), + 'secure' => env('SESSION_SECURE_COOKIE'), /* |-------------------------------------------------------------------------- diff --git a/config/view.php b/config/view.php index 854a66a9..b0e29ae0 100644 --- a/config/view.php +++ b/config/view.php @@ -14,8 +14,8 @@ return [ */ 'paths' => [ - realpath(base_path('resources/views/overrides')), - realpath(base_path('resources/views')), + resource_path('views/overrides'), + resource_path('views'), ], /*