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:
- Add the repository to your Composer configuration:
composer config repositories.best4u-backend vcs [repository-url]
- Require the module (without updating immediately):
composer require best4u/module-backend --no-update
- Update Composer dependencies:
composer update best4u/module-backend
- Enable the module in Magento:
bin/magento module:enable Best4u_Backend
- 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
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2025-10-13