PHP Classes

File: config/view.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Line Length Detector   config/view.php   Download  
File: config/view.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Line Length Detector
Detect the line length of PHP source code files
Author: By
Last change:
Date: 1 year ago
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'))),
];