Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
Whoops for Shopware
- Host: GitHub
- URL: https://github.com/shyim/whoops-for-shopware
- Owner: shyim
- License: mit
- Archived: true
- Created: 2015-06-25T19:54:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T08:15:42.000Z (almost 7 years ago)
- Last Synced: 2024-06-30T12:42:03.482Z (4 months ago)
- Topics: shopware, shopware-plugin, whoops
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 23
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shopware - Whoops for Shopware - An error message beautifier. (Development Plugins)
README
# Whoops for Shopware
cool php errors for shopware1. 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)