Skip to content

Module which aims to improve development experience in a Spryker-compatible system by providing debug / introspection utilities

License

Notifications You must be signed in to change notification settings

inviqa/spryker-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7293a99 · Jul 11, 2022
Jun 14, 2022
Oct 4, 2019
Jul 8, 2022
Feb 25, 2022
Jun 14, 2022
Feb 25, 2022
Oct 1, 2019
Oct 7, 2019
Jun 26, 2020
Feb 10, 2020
Oct 18, 2019
Feb 25, 2022
Nov 28, 2019
Jul 11, 2022
Nov 25, 2019
Oct 4, 2019
Feb 25, 2022
Oct 1, 2019

Repository files navigation

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

About

Module which aims to improve development experience in a Spryker-compatible system by providing debug / introspection utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published