PHP Classes

File: app/config/twig.php

Recommend this page to a friend!
  Classes of ikhsan   Slim Starter   app/config/twig.php   Download  
File: app/config/twig.php
Role: Configuration script
Content type: text/plain
Description: twig configuration
Class: Slim Starter
Build MVC Web applications based on Slim framework
Author: By
Last change: Update of app/config/twig.php
Date: 3 months ago
Size: 96 bytes
 

Contents

Class file image Download
<?php

$config
['twig'] = array(
   
'debug' => true,
   
'cache' => APP_PATH. 'storage/cache'
);