/spryker-debug

Module which improves development experience in Spryker by providing debug / introspection utilities

Primary LanguagePHPMIT LicenseMIT

Spryker Debug

Build Status License

Collection of debug and development tools for Spryker:

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