Install a theme using Composer
Installing a theme using Composer is the same as installing any other extension using Composer. See Install, manage, and upgrade modules for details.
To install a theme using Composer:
-
Purchase the theme from Commerce Marketplace.
-
Get the theme’s Composer name.
-
Change to your Adobe Commerce root directory and enter the command:
composer require <vendor>/<name>:<version>
For example,
composer require zero1/theme-fashionista-theme:1.0.0
-
Wait for dependencies to update.
-
Enter the following commands:
git add -A && git commit -m "Add theme"
git push origin <branch name>
-
Log in to the Admin.
-
Click Content > Design > Themes.
The theme displays in the right pane.
Multiple themes
When using multiple themes, such as different themes per locale, review the SCD_MATRIX
environment variable for customizing theme deployment. See the build or deploy stages in the environment configuration.
Previous pageBest practices
Next pageExtensions