Skip to content

Instantly share code, notes, and snippets.

@Dexus
Forked from bcremer/config.php
Created October 26, 2015 11:22
Show Gist options
  • Save Dexus/dbf03595849d705eedbd to your computer and use it in GitHub Desktop.
Save Dexus/dbf03595849d705eedbd to your computer and use it in GitHub Desktop.
Shopware 4 Debug-Configuration
'front' => array(
'noErrorHandler' => true,
'throwExceptions' => true,
),
// Template-Cache
'template' => array(
'forceCompile' => true,
),
// Backend-Cache
'cache' => array(
'backend' => 'Black-Hole',
'backendOptions' => array(),
'frontendOptions' => array(
'write_control' => false
),
),
// Model-Cache
'model' => array(
'cacheProvider' => 'Array'
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment