Shopware 5 (EOL)
Shopware 5 is planned for EOL date and Shopware recommends to use Shopware 6 for new projects
License | Dual license AGPL v3 / Proprietary |
---|---|
Framework | Symfony |
Template | Smarty |
Repository | Website | Documentation |
Shopware 5 is based on original first version of Shopware and some architectural decisions from beginning are still in the project. That is one of main reasons for Shopware 6.
Commands
console
Shopware CLI
grunt
Before the first usage npm install needs to be exectued in your themes folder.
Dump theme configuration and starts grunt and compiles the style after every less change.
plugin-list
List plugins
plugin-update
Update plugins
Needed ENV Vars for store plugins:
- SW_USER
- SW_PASSWORD
- SW_DOMAIN
sw-install
Not PHP 8.0 compatible (only the installer)
This installs the main configurations and isn't included in initialisation. Some will prefer the frontend installer.
Initialize project
Run make init
in an empty Docker Mate and follow the installation wizard. Afterwards you need to use the web installer or run make sw-install
.