Blogging on Hyva is super easy. You deliver high-quality content fast. However, to make that happen, you need the right tools. Our is fully compatible with Hyva.
Note: compatibility with Hyva is available in the Plus and Extra editions.
Post Contents [hide]
Installation via composer (recommended)
- Open command line.
- Using command "cd" navigate to your Magento 2 root directory.
- Run CLI commands:
composer require magefan/hyva-theme-NAME
# replace NAME with:
# blog-plus - if you use Blog Plus
# blog-extra - if you use Blog Extra
# Get your Magento Marketplace authentication keys or use these:
# Username: 7c018006799466c681ad507e27904677
# Password: 289077c86e811661a8f7751828485d3a
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.
Installation using archive and FTP
- Download the Hyva Blog ZIP archive in your account.
- Extract files.
- Copy app folder from the archive to your Magento 2 folder.
- In a command line, using "cd", navigate to your Magento 2 root directory.
- Run CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy