Whoops for Shopware
December 3, 2015 ยท View on GitHub
cool php errors for shopware
- Install the plugin
- Disable the standard shopware error handler in config.php
'front' => array(
'noErrorHandler' => true,
'throwExceptions' => true,
),

December 3, 2015 ยท View on GitHub
cool php errors for shopware
'front' => array(
'noErrorHandler' => true,
'throwExceptions' => true,
),
