Learn how to install or update the Shopware Tweakwise extension using Composer or the Shopware Admin interface with step-by-step instructions.
Using Composer
The preferred method for installing this extension is using Composer with the following command.
To install or update the extension, run this command to ensure you have the latest compatible version of the Tweakwise extension in your composer.json file:
composer require richardhaeser/sw-tweakwise
bin/console plugin:refreshInstall and Activate
After adding the extension via Composer, you need to install and activate it in your Shopware environment. This command will install the extension and immediately activate it so it's ready to use:
bin/console plugin:install --activate RhaeTweakwiseUpdate
If you already have the extension installed and want to update it to the latest version, use this command. This is typically done after updating the extension package via Composer:
bin/console plugin:update RhaeTweakwiseUsing the Shopware Admin
To install or update the extension using the Shopware admin interface, navigate to Extensions > My Extensions in your admin environment. Find the Tweakwise Extension and click the install or update button.
