oxid-community / smxwhoops
Whoops exception handling for OXID eShop 6.
Package info
github.com/OXIDprojects/smx_whoops
Type:oxideshop-module
pkg:composer/oxid-community/smxwhoops
v2.0.0
2017-12-18 21:28 UTC
Requires
- filp/whoops: 2.*
This package is auto-updated.
Last update: 2026-03-13 05:43:54 UTC
README
Great module proudly presented by OXID Hackathon 2017 ;-)
Module version for OXID eShop 6. Original module by shoptimax GmbH.
Features
use whoops - php errors for cool kids for exception and error handling
Installation
- Composer
composer require oxid-community/smxwhoops
- functions.php
Add the following lines in modules/functions.php:
define('__ROOT__', dirname(__FILE__, 2));
require_once(__ROOT__ . '/modules/oxcom/smxwhoops/functions.php');
Screenshot
Changelog
- 2017-12-18 2.0.0 module release