Skip to content

Instantly share code, notes, and snippets.

@bcremer
Created April 16, 2013 09:25
Show Gist options
  • Save bcremer/5394615 to your computer and use it in GitHub Desktop.
Save bcremer/5394615 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