项目作者: ThomasJanda

项目描述 :
Display shop exceptions in the shop admin area
高级语言: PHP
项目地址: git://github.com/ThomasJanda/oxid-exception.git
创建时间: 2020-02-05T08:30:41Z
项目社区:https://github.com/ThomasJanda/oxid-exception

开源协议:GNU General Public License v3.0

下载


Oxid Exception

Description

Display Exception Log in the Admin.

Module based on code of https://github.com/ssemiz/Cookbook-OXID

This module was created for Oxid 6.x.

Install

  1. Copy files into following directory

    1. source/modules/rs/exception
  1. Add to composer.json at shop root

    1. "autoload": {
    2. "psr-4": {
    3. "rs\\exception\\": "./source/modules/rs/exception"
    4. }
    5. },
  2. Refresh autoloader files with composer in the oxid root directory.

    1. composer dump-autoload
  3. Enable module in the oxid admin area, Extensions => Modules