olegnax/module-core 1.3.1

Olegnax Core. Required by all Olegnax extensions and themes.

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Olegnax Core Extension for Magento 2

This extension is required to be installed for work of any other Olegnax extension or theme for Magento 2. How to Install Magento 2 Extension Manually and using Composer: https://olegnax.com/documentation/magento-2/how-to-install-magento-2-extension/

1. Install Olegnax Core Module via Composer

To install Magento 2 extensions via Composer you should have SSH access and Composer installed on your server.

  1. Log in to your server with SSH and navigate to your Magento folder.
  2. Use following command to get the latest version of extension:
composer require olegnax/module-core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

More details: https://olegnax.com/documentation/magento-2/how-to-install-magento-2-extension/

2. Update Olegnax Core Module

composer update olegnax/module-core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy