vdrahaniuk / magento2-dump-server
Bringing the Symfony Var-Dump Server to Magento 2.
Installs: 1 483
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: ^7.1
- magento/product-community-edition: ^2.3
- symfony/var-dumper: ^4.1.1
This package is auto-updated.
Last update: 2025-06-29 01:52:26 UTC
README
#Install via composer
This package will give you a dump server, that collects all your dump call outputs, so that it does not interfere with HTTP / API responses.
Run from command line in project root
composer require vdrahaniuk/magento2-dump-server
Usage
Start the dump server by calling console command:
bin/magento dump-server:start
You can set the output format to HTML using the --format option:
bin/magento dump-server:start --format=html > dump.html
Configure output on frontend
Stores -> Configuration -> Dump Server -> General -> Dump on frontend -> Enabled