Skip to content

Integration of the whoops error handler base/framework for PHP into the OXID eShop.

License

Notifications You must be signed in to change notification settings

OXIDprojects/smx_whoops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Composer
composer require oxid-community/smxwhoops
  1. functions.php

Add the following lines in modules/functions.php:

define('__ROOT__', dirname(__FILE__, 2));
require_once(__ROOT__ . '/modules/oxcom/smxwhoops/functions.php');

Screenshot

OXID_smxwhoops

Changelog

  • 2017-12-18 2.0.0 module release

About

Integration of the whoops error handler base/framework for PHP into the OXID eShop.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%