wiringa/magento2-dump-server

Magento 2 Symfony Dump Server

Maintainers

Package info

github.com/DuckThom/magento2-dump-server

Type:magento2-module

pkg:composer/wiringa/magento2-dump-server

Statistics

Installs: 1 449

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

1.1.1 2022-04-11 10:58 UTC

This package is auto-updated.

Last update: 2026-03-01 00:27:30 UTC


README

Symfony VarDumper implementation for Magento 2

Supported Magento versions

  • 2.3
  • 2.4 (Requires v1.1.0 and above)

Installation

composer require --dev wiringa/magento2-dump-server "^1.0"

bin/magento module:enable Wiringa_DumpServer
bin/magento setup:upgrade

Usage

bin/magento server:dump

Output from dump() calls will now be logged in the that terminal. See Symfony VarDumper Server documentation for more information.