Skip to content

DuckThom/magento2-dump-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magento2-dump-server

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.