wiringa/magento2-dump-server

Magento 2 Symfony Dump Server

安装次数: 1,421

依赖项: 0

建议者: 0

安全: 0

星标: 6

关注者: 2

分支: 3

开放问题: 0

类型:magento2-module

1.1.1 2022-04-11 10:58 UTC

This package is auto-updated.

Last update: 2024-09-29 05:28:20 UTC


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 文档。