Spaces:
Running
Running
File size: 153 Bytes
907b200 | 1 2 3 4 5 6 7 8 9 | <?php
return [
'paths' => [
resource_path('views'),
],
'compiled' => env('VIEW_COMPILED_PATH', storage_path('framework/views')),
];
|