inviqa/spryker-debug

Inviqa Spryker Debug Module

2.1.1 2022-07-11 09:05 UTC

README

Build Status License

Collection of Spryker-compatible debug and development tools.

Installation

Require the package with composer:

$ composer require inviqa/spryker-debug

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

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

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