teufelaudio/spryker-debug

Spryker Debug Module

3.0.0 2025-01-10 05:28 UTC

This package is not auto-updated.

Last update: 2025-01-30 13:29:59 UTC


README

Build Status License

Collection of Spryker-compatible debug and development tools.

Installation

Require the package with composer:

$ composer require teufelaudio/spryker-debug

Add the Teufelaudio namespace to the CORE_NAMESPACES key in your config/Shared/config_default.php file:

$config[KernelConstants::CORE_NAMESPACES] = [
    // ...
    'Teufelaudio',
];

Each feature needs to be enabled individually. Instructions provided in the documentation.

Features

Follow the link for documentation:

Console Commands

Integrations

Developing

Run the tests:

$ composer integrate