PHP Classes

File: config/view.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Wording Detector   config/view.php   Download  
File: config/view.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Wording Detector
Generate reports on the usage of words in classes
Author: By
Last change:
Date: 1 year ago
Size: 186 bytes
 

Contents

Class file image Download
<?php

return [
   
'paths' => [
       
resource_path('views'),
    ],

   
'compiled' => env(
       
'VIEW_COMPILED_PATH',
       
realpath(storage_path('framework/views'))
    ),
];