oxid-community / smxwhoops
Whoops exception handling for OXID eShop 6.
Installs: 2 056
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Type:oxideshop-module
Requires
- filp/whoops: 2.*
This package is auto-updated.
Last update: 2024-10-13 02:33:12 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