Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.5 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.5 KB

Spryker Debug

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