webscale-networks/magento-eventstream 问题修复 & 功能扩展

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

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

webscale-networks/magento-eventstream

最新稳定版本:1.0.2

Composer 安装命令:

composer require webscale-networks/magento-eventstream

包简介

Webscale EventStream module

README 文档

README

Enables the setup and configuration of the Webscale EventStream extension.

Installation

To install extension start with the following in magento root directory to add repository:

composer config repositories.webscale-magento-eventstream git https://github.com/webscale-networks/magento-eventstream.git

To avoid issues with CI/CD and GitHub, add "no-api": true to the repository settings so it looks like this:

"webscale-magento-eventstream": {
    "type": "git",
    "url": "https://github.com/webscale-networks/magento-eventstream.git",
    "no-api": true
}

Now require the extension itself:

composer require webscale-networks/magento-eventstream

After composer installs the package run next Magento commands:

php bin/magento module:enable Webscale_EventStream
php bin/magento setup:upgrade
bin/magento cache:clean

Once completed log in to the Magento admin panel and proceed to configuring the extension.

Configuration

To enter the credentials open a browser and log in to the Magento admin. Next, navigate to:

Stores > Configuration > Webscale > EventStream

Enable the module by switching Enabled to Yes.

Optional

Debug Mode

You can also select Enable Debug under Developer section - this will result to more detailed server logs:

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Less

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-13