PHP Classes

File: src/Bridge/Stempler/tests/config/views.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Bridge/Stempler/tests/config/views.php   Download  
File: src/Bridge/Stempler/tests/config/views.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 3 months ago
Size: 422 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

return [
   
'cache' => [
       
'enabled' => false,
       
'directory' => __DIR__ . '/../cache',
    ],
   
'namespaces' => [
       
'default' => [__DIR__ . '/../fixtures/default'],
       
'other' => [__DIR__ . '/../fixtures/other'],
       
'extensions' => [__DIR__ . '/../fixtures/other/extensions'],
    ],
   
'dependencies' => [],
   
'engines' => [],
];