fcseb / banner
description
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:oxideshop-module
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-07-04 19:54:14 UTC
README
it is recommended to install automatically using composer, but you can also install manually if necessary
automatic:
Step one:
Navigate to the root of the Oxid eshop you want to install this module on.
Step two:
Open the terminal and execute:
composer require fcseb/banner -n
to download and install the latest stable version of this module.
Step three:
Open the admin page of your Oxid eshop. Navigate to the "Modules" table. You should see that the Module was installed successfully.
manual:
Step one:
Navigate to the root of the Oxid eshop you want to install this module on.
Step two:
Open the Terminal and execute
git clone https://github.com/FC-Sebastian/Oxid6_PromotionBanner source/modules/fcSeb/banner
OR
Navigate to source/modules and create a folder named "fcSeb" and within that newly created folder create another one named "banner". Download a stable version of this module from https://github.com/FC-Sebastian/Oxid6_PromotionBanner and paste it into the "banner" folder.
Step three:
Navigate to the root of your Oxid eshop open the Terminal and execute
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
Step four:
Open the admin page of your Oxid eshop. Navigate to the "Modules" table. You should see that the Module was installed successfully.
notes:
This module was tested on Oxid eshop Versions 6.4 and 6.5 but should work on all Oxid 6 eshops.