An open API service indexing awesome lists of open source software.

https://github.com/shyim/whoops-for-shopware

Whoops for Shopware
https://github.com/shyim/whoops-for-shopware

shopware shopware-plugin whoops

Last synced: 5 months ago
JSON representation

Whoops for Shopware

Awesome Lists containing this project

README

          

# Whoops for Shopware
cool php errors for shopware

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

![Whoops! in Shopware](http://i.imgur.com/1iCjJCY.png)