Installation
Note
Watch a short video tutorial on YouTube: Module Installation & Configuration.
This section describes module installation process in OXID eShop.
Installing module
There are 2 ways of installing a module:
Composer installation
Manual installation
Composer installation
Module can be installed with regular composer installation. Composer performs all necessary installation steps.
Sample command how to install the OXID eShop Module Template module with composer:
composer require oxid-esales/module-template
Manual installation
Manual installation is another way of installing a module, which usually is used for module development. The steps can be found in document: best practice module setup for development.