add env variable for compiled view path
This commit is contained in:
parent
c09519f547
commit
5ea6fe18a8
|
@ -28,6 +28,9 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'compiled' => realpath(storage_path('framework/views')),
|
||||
'compiled' => env(
|
||||
'VIEW_COMPILED_PATH',
|
||||
realpath(storage_path('framework/views'))
|
||||
),
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue