bisweb / deployer
BisWeb Deployer Module for OXID eShop Community Edition Version 7.3 Series
Package info
github.com/BisWebStore/deployer-module
Type:oxideshop-module
pkg:composer/bisweb/deployer
v1.1.0
2025-07-26 14:14 UTC
Requires
- php: ^8.2
- oxid-esales/oxideshop-metapackage-ce: ^7.3
Requires (Dev)
- deployer/deployer: ^7.5
This package is not auto-updated.
Last update: 2026-02-24 10:48:45 UTC
README
- OXID eShop Version 7.3 or higher
- Access via Console possible
- Composer is installed on your Server
Installation
- Login via SSH and change to installed OXID eShop Edition Directory
- Register the Module via Composer
composer require bisweb/deployer
- Login to Shop Admin and activate the Module
Uninstallation
- Login to Shop Admin and deactivate the Module
- Login via SSH and change to installed OXID eShop Edition Directory
- Unregister the Module via Composer
./vendor/bin/oe-console oe:module:deactivate bisweb_deployer ./vendor/bin/oe-console oe:module:uninstall bisweb_deployer composer remove bisweb/deployer
- Clear Cache File Directory tmp/
- Login to Shop Admin and confirm the message "Do you want to delete all registered module information and saved configurations?"