sequra / magento2-sequra-core-hyva-compat
Hyvä Themes Compatibility module for Sequra_Core
Installs: 269
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Language:HTML
Type:magento2-module
Requires
- hyva-themes/magento2-compat-module-fallback: *
- magento/framework: *
- sequra/magento2-core: *
This package is not auto-updated.
Last update: 2024-11-08 10:38:45 UTC
README
Hyvä Themes Compatibility module for Sequra_Core
Installation
Via packagist.com
Hyvä Compatibility modules that are tagged as stable can be installed using composer via packagist.com:
- Install via composer
composer require sequra/magento2-sequra-core-hyva-compat
- Enable module
bin/magento setup:upgrade
Via gitlab
For development of or to contribute to a compatibility module, it needs to be installed using composer via gitlab.
This installation method is not suited for deployments, because gitlab requires SSH key authorization.
-
Install via composer If this is the first time a compatibility module is installed via gitlab, the compat-module-fallback repository has to be added as a composer repository. This step is only required once.
composer config repositories.hyva-themes/magento2-compat-module-fallback git git@gitlab.hyva.io:hyva-themes/magento2-compat-module-fallback.git
When the compat-module-fallback repo is configured, the compatibility module itself can be installed with composer:
composer config repositories.hyva-themes/magento2-sequra-core git git@gitlab.hyva.io:hyva-themes/hyva-compat/magento2-sequra-core.git composer require hyva-themes/magento2-sequra-core:dev-main
-
Enable module
bin/magento setup:upgrade