Migracia na 6.0
- oprava chyb v log - welcome.blade url uprava
This commit is contained in:
5
config/view.php
Normal file → Executable file
5
config/view.php
Normal file → Executable file
@@ -28,6 +28,9 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'compiled' => realpath(storage_path('framework/views')),
|
||||
'compiled' => env(
|
||||
'VIEW_COMPILED_PATH',
|
||||
realpath(storage_path('framework/views'))
|
||||
),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user