fox/config/view.php

7 lines
148 B
PHP

<?php
return [
'paths' => [resource_path('views')],
'compiled' => env('VIEW_COMPILED_PATH', realpath(storage_path('framework/views'))),
];