wiringa / magento2-dump-server
Magento 2 Symfony Dump Server
1.1.1
2022-04-11 10:58 UTC
Requires
- php: ^7.1|^8.1
- symfony/var-dumper: ^4.1||^5.0 <5.4
README
Symfony VarDumper 在 Magento 2 中的实现
支持的 Magento 版本
- 2.3
- 2.4 (需要 v1.1.0 或更高版本)
安装
composer require --dev wiringa/magento2-dump-server "^1.0"
bin/magento module:enable Wiringa_DumpServer
bin/magento setup:upgrade
使用
bin/magento server:dump
dump() 调用的输出现在将记录在终端。有关更多信息,请参阅Symfony VarDumper Server 文档。