wiringa / magento2-dump-server
Magento 2 Symfony Dump Server
Installs: 1 421
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.1|^8.1
- symfony/var-dumper: ^4.1||^5.0 <5.4
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.