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.
Select the package to install:
composer require swissup/breeze
bin/magento setup:upgrade --safe-mode=1
Then, proceed to the settings and use “Enable Breeze Experience” option to enable Breeze theme for your store view.
composer require swissup/breeze-blank
bin/magento setup:upgrade --safe-mode=1
bin/magento marketplace:package:install swissup/breeze-blank
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.
composer require swissup/breeze-evolution
bin/magento setup:upgrade --safe-mode=1
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.
bin/magento marketplace:channel:enable swissuplabs
composer require swissup/breeze-enterprise
bin/magento setup:upgrade --safe-mode=1
bin/magento marketplace:package:install swissup/breeze-enterprise
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.