PHP Classes

File: usage/config/app.php

Recommend this page to a friend!
  Classes of Miraz Mac   Pure PHP Config   usage/config/app.php   Download  
File: usage/config/app.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Pure PHP Config
Access configuration values stored in PHP scripts
Author: By
Last change:
Date: 3 years ago
Size: 161 bytes
 

Contents

Class file image Download
<?php

return [
   
'url' => 'https://localhost:8000',
   
'showErrors' => false,

   
'twig' => [
       
'cache' => __DIR__,
       
'auto' => false
   
],
];