diff --git a/config/view.php b/config/view.php index 22b8a18..98dd666 100644 --- a/config/view.php +++ b/config/view.php @@ -30,7 +30,7 @@ return [ 'compiled' => env( 'VIEW_COMPILED_PATH', - realpath(storage_path('framework/views')) + storage_path('framework/views') ), ];