wiringa/magento2-dump-server

Magento 2 Symfony Dump Server

Installs: 1 402

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 3

Open Issues: 0

Type:magento2-module

1.1.1 2022-04-11 10:58 UTC

This package is auto-updated.

Last update: 2024-04-29 04:03:20 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.