fcseb/banner

描述

1.0 2023-04-14 10:43 UTC

README

建议使用composer自动安装,但如果需要,也可以手动安装

自动

第一步

导航到您想要安装此模块的Oxid eshop的根目录。

第二步

打开终端并执行

composer require fcseb/banner -n

以下载并安装此模块的最新稳定版本。

第三步

打开您的Oxid eshop的管理页面。导航到“模块”表格。您应该能看到模块已成功安装。

手动

第一步

导航到您想要安装此模块的Oxid eshop的根目录。

第二步

打开终端并执行

git clone https://github.com/FC-Sebastian/Oxid6_PromotionBanner source/modules/fcSeb/banner

导航到source/modules,创建一个名为“fcSeb”的文件夹,并在新创建的文件夹中创建一个名为“banner”的文件夹。从https://github.com/FC-Sebastian/Oxid6_PromotionBanner下载此模块的稳定版本,并将其粘贴到“banner”文件夹中。

第三步

导航到您的Oxid eshop的根目录,打开终端并执行

vendor/bin/oe-console oe:module:install-configuration source/modules/fcSeb/banner
composer config repositories.fcseb/banner path source/modules/fcSeb/banner
composer require fcseb/banner -n

第四步

打开您的Oxid eshop的管理页面。导航到“模块”表格。您应该能看到模块已成功安装。

注意

此模块已在Oxid eshop版本6.4和6.5上进行了测试,但应适用于所有Oxid 6 eshops。