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

arosiek/spryker-debug

 
 

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

Languages

  • PHP 91.0%
  • Gherkin 8.8%
  • Shell 0.2%