Installation
Pre-installation
Install swissup/marketplace module. We will use it to run one-click theme installer in the end of installation.
composer require swissup/module-marketplace &&\
bin/magento setup:upgrade --safe-mode=1
Installation
When Marketplace module is installed, proceed with the following commands to download and enable Breeze Theme.
Replace swissup/breeze-evolution with theme you’d like to install:
- Breeze Blank Theme —
swissup/breeze-blankView demo - Breeze Evolution Theme —
swissup/breeze-evolutionView demo - Breeze Enterprise Theme —
swissup/breeze-enterpriseView demo
composer require swissup/breeze-evolution:^3.0.0 &&\
bin/magento module:enable Swissup_Breeze Swissup_BreezeThemeEditor Swissup_Rtl &&\
bin/magento marketplace:package:install swissup/breeze-evolution
Installer will ask you to select a store, then it will create CMS content, and change your current theme to Breeze.
That’s all. Breeze is now installed and activated for the selected store view.
Configuration
This step is optional but highly recommended. Enable Better Compatibility mode at the Breeze Settings page.
Previous
Next
Settings