Update defaults

This commit is contained in:
Kode
2022-03-19 15:04:26 +00:00
parent 4ff1a4aec4
commit 51ddaccc16
14 changed files with 167 additions and 78 deletions

View File

@@ -28,6 +28,9 @@ return [
|
*/
'compiled' => realpath(storage_path('framework/views')),
'compiled' => env(
'VIEW_COMPILED_PATH',
realpath(storage_path('framework/views'))
),
];
];