olegnax / module-core
Olegnax Core. Required by all Olegnax extensions and themes.
1.4.1.0
2026-08-16 22:39 UTC
Requires
- php: >=7.1.3
- ext-json: *
- ext-simplexml: *
- magento/framework: *
- magento/module-admin-notification: ^100.3.0
- magento/module-catalog: ^103.0.0 || ^104.0.0
- magento/module-cms: ^103.0.0 || ^104.0.0
- magento/module-store: ^101.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
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.
- Log in to your server with SSH and navigate to your Magento folder.
- 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