Application/application/Config/config.core.php

12 lines
253 B
PHP

<?php
return array(
'enable_composer' => true,
'enable_modules' => true,
'enable_events' => true,
'composer_autoloader' => '',
'registry_caching' => false,
'registry_caching_method' => 'file',
'registry_caching_time' => 300,
);