Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

shyim/whoops-for-shopware

Repository files navigation

Whoops for Shopware

cool php errors for shopware

  1. Install the plugin
  2. Disable the standard shopware error handler in config.php
	'front' => array(
		'noErrorHandler' => true,
		'throwExceptions' => true,
	),

Whoops! in Shopware