Awesome
Whoops for Shopware
cool php errors for shopware
- Install the plugin
- Disable the standard shopware error handler in config.php
'front' => array(
'noErrorHandler' => true,
'throwExceptions' => true,
),
cool php errors for shopware
'front' => array(
'noErrorHandler' => true,
'throwExceptions' => true,
),