定制 best4u/module-backend 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

best4u/module-backend

最新稳定版本:1.0.12

Composer 安装命令:

composer require best4u/module-backend

包简介

Best4u Backend module for Magento 2

README 文档

README

A base Magento 2 backend module designed to serve as the foundation for all other Best4u Magento 2 extensions.

Table of Contents

Requirements

  • Magento 2.4.5 or later
  • PHP 7.4 or 8.x
  • Composer 2.x

Installation

Install the module via Composer:

  1. Add the repository to your Composer configuration:
composer config repositories.best4u-backend vcs [repository-url]
  1. Require the module (without updating immediately):
composer require best4u/module-backend --no-update
  1. Update Composer dependencies:
composer update best4u/module-backend
  1. Enable the module in Magento:
bin/magento module:enable Best4u_Backend
  1. Run the upgrade and deploy commands:
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f -s standard
bin/magento cache:flush

Usage

Once enabled, downstream modules can declare Best4u_Backend as a dependency in their module.xml:

<sequence>
    <module name="Best4u_Backend"/>
</sequence>

Uninstallation

To remove the module, run the following commands:

bin/magento module:disable Best4u_Backend
composer remove best4u/module-backend
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f -s standard
bin/magento cache:flush

Support

For questions, bug reports, or contributions, please contact us at magento@best4u.nl or open an issue in the repository.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2025-10-13