alvacommerce/module-core

Maintainers

Package info

github.com/AlvaCommerce/alvacommerce-module-core

Type:magento2-module

pkg:composer/alvacommerce/module-core

Statistics

Installs: 55

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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.

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento c:f