shyim/whoops-for-shopware
This package is abandoned and no longer maintained.
No replacement package was suggested.
Whoops for Shopware
Maintainers
Package info
github.com/shyim/whoops-for-shopware
Type:shopware-plugin
pkg:composer/shyim/whoops-for-shopware
1.1.1
2017-08-22 20:55 UTC
Requires
- php: >=5.5.9
- composer/installers: ^1.0
- filp/whoops: ^2.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2022-11-07 02:49:18 UTC
README
cool php errors for shopware
- Install the plugin
- Disable the standard shopware error handler in config.php
'front' => array( 'noErrorHandler' => true, 'throwExceptions' => true, ),
