PHP Classes

File: config/twig.php

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   config/twig.php   Download  
File: config/twig.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 306 bytes
 

Contents

Class file image Download
<?php
/*
 * Project: Beacon
 * File: twig.php
 * Date: 2026-06-03
 * Author: Steffen Haase <shworx.development@gmail.com
 * Copyright: 2026 SHWorX (Steffen Haase)
 */

use App\Support\Env;

return [
   
'cache' => Env::bool('TWIG_CACHE'),
   
'debug' => Env::bool('TWIG_DEBUG'),
];