diff --git a/config/view.php b/config/view.php index 09f59b7..6f4d77a 100755 --- a/config/view.php +++ b/config/view.php @@ -1,5 +1,8 @@ [ get_theme_file_path('/resources/views'), get_parent_theme_file_path('/resources/views'), + resource_path('views'), ], /* @@ -28,7 +32,7 @@ return [ | */ - 'compiled' => get_theme_file_path('/storage/framework/views'), + 'compiled' => storage_path('framework/views'), /* |--------------------------------------------------------------------------