PHP Classes

File: config/view.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Class Dependencies Analyzer   config/view.php   Download  
File: config/view.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Class Dependencies Analyzer
Analyze the dependencies of project classes
Author: By
Last change:
Date: Yesterday
Size: 210 bytes
 

Contents

Class file image Download
<?php

return [
   
'paths' => [
       
resource_path('views'),
    ],
   
'compiled' => \Phar::running()
        ?
getcwd()
        :
env('VIEW_COMPILED_PATH', realpath(storage_path('framework/views'))),
];