Skip to content

Instantly share code, notes, and snippets.

@bcremer
bcremer / config.php
Created April 16, 2013 09:25
Shopware 4 Debug-Configuration
'front' => array(
'noErrorHandler' => true,
'throwExceptions' => true,
),
// Template-Cache
'template' => array(
'forceCompile' => true,
),