integer-net/magento2-dump-server 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

integer-net/magento2-dump-server

Composer 安装命令:

composer require integer-net/magento2-dump-server

包简介

N/A

README 文档

README

This module adds a new command to start a dump-server for use with the symfony var-dumper component to magento 2.

This only works for Http requests to magento. (no cli commands, cronjobs, etc)

Starting the dump server

The dump server can be started using the command bin/magento server:dump. There is also the alias bin/magento dump-server available.

Configuration

The dump-server can be configured in the env.php:

<?php
return [
    // ...
    'dev_dump_server' => [
        'enabled' => true,
        'address' => '127.0.0.1:9912', 
    ],

It is also possible to only specify the address instead of an array:

<?php
return [
    // ...
    'dev_dump_server' => '127.0.0.1:9912',

If no configuration is set, the default is enabled = true and address = 127.0.0.1:9912.

统计信息

  • 总下载量: 3.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Proprietary
  • 更新时间: 2023-09-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固