alvacommerce / module-core
Package info
github.com/AlvaCommerce/alvacommerce-module-core
Type:magento2-module
pkg:composer/alvacommerce/module-core
1.0.0
2025-06-19 15:46 UTC
This package is not auto-updated.
Last update: 2026-04-10 18:51:32 UTC
README
Instruction for install Alva_Core
We recommend you to install ALvaCommerce_Core module via composer. It is easy to install, update and maintaince.
Run the following command in Magento 2 root folder.
Install
composer require alvacommerce/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento c:f
Upgrade
composer update alvacommerce/module-core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento c:f
Manual Installation
If you don't want to install via composer, you can use this way.
- Download https://github.com/alvacommerce/module-core/archive/master
- Extract
master.zipfile toapp/code/AlvaCommerce/Core; You should create a folder pathapp/code/AlvaCommerce/Coreif not exist. - Go to Magento root folder and run upgrade command line to install
AlvaCommerce_Core:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento c:f