Skip to content

Commit 5ea6fe1

Browse files
committed
add env variable for compiled view path
1 parent c09519f commit 5ea6fe1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/view.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
|
2929
*/
3030

31-
'compiled' => realpath(storage_path('framework/views')),
31+
'compiled' => env(
32+
'VIEW_COMPILED_PATH',
33+
realpath(storage_path('framework/views'))
34+
),
3235

3336
];

0 commit comments

Comments
 (0)