vdrahaniuk/magento2-dump-server

Bringing the Symfony Var-Dump Server to Magento 2.

Installs: 1 481

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 1

Open Issues: 1

Type:magento2-module

dev-master 2019-04-25 08:15 UTC

This package is auto-updated.

Last update: 2024-04-29 03:57:33 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

alt text

You can set the output format to HTML using the --format option:

  • bin/magento dump-server:start --format=html > dump.html

alt text

Configure output on frontend

Stores -> Configuration -> Dump Server -> General -> Dump on frontend -> Enabled

alt text