Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.43 KB

README.rst

File metadata and controls

26 lines (17 loc) · 1.43 KB

OXID eShop composer plugin

https://travis-ci.org/OXID-eSales/oxideshop_composer_plugin.svg?branch=master https://img.shields.io/packagist/v/oxid-esales/oxideshop-composer-plugin.svg?maxAge=3600

This plugin is used to install OXID eShop and OXID eShop third party integrations (modules, themes).

More information how to install OXID eShop using this plugin can be found here.

Supported types

Packages are recognised by their type, specified in composer.json file. Available types are:

  • oxideshop - Main shop package is installed into source directory.
  • oxideshop-module - Modules, which are installed into source directory. Modules depends on main shop package.
  • oxideshop-theme - Themes, which are installed into source directory. Themes depends on main shop package.

More information how to create module installable via composer: http://oxid-eshop-developer-documentation.readthedocs.io/en/latest/modules/module_via_composer.html

More information how to create themes installable via composer: http://oxid-eshop-developer-documentation.readthedocs.io/en/latest/themes/theme_via_composer.html