Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckthom/magento2-dump-server
Symfony VarDumper implementation for Magento 2
https://github.com/duckthom/magento2-dump-server
magento magento2 magento2-module symfony var-dumper
Last synced: 8 days ago
JSON representation
Symfony VarDumper implementation for Magento 2
- Host: GitHub
- URL: https://github.com/duckthom/magento2-dump-server
- Owner: DuckThom
- Created: 2019-04-03T12:58:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T11:04:17.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T09:33:36.093Z (about 2 months ago)
- Topics: magento, magento2, magento2-module, symfony, var-dumper
- Language: PHP
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://symfony.com/doc/current/components/var_dumper.html#the-dump-server) documentation for more information.