rocketage / spryker-debug

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:PHP 91.1%Language:Gherkin 8.7%Language:Shell 0.2%