PHP Classes

File: src/config/blitz.php

Recommend this page to a friend!
  Classes of Nic Latyshev   Blitz Laravel View Cache   src/config/blitz.php   Download  
File: src/config/blitz.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Blitz Laravel View Cache
Caching service to Laravel application views
Author: By
Last change:
Date: 1 year ago
Size: 387 bytes
 

Contents

Class file image Download
<?php

return [
   
'templates_folder' => 'blitz_view',
   
'cache_type' => 'file',
   
'cache_enabled' => false,
   
'compiled_folder' => 'blitz_compiled',
   
'scope_lookup_limit' => 8,
   
'php_callbacks_first' => 1,
   
'namespace_finder' => [
       
'App\Helpers',
       
'Illuminate\Support',
       
'Illuminate\Support\Facades'
   
]
];