olegnax / module-core
Olegnax Core. Required by all Olegnax extensions and themes.
Installs: 769
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.3
- ext-json: *
- ext-simplexml: *
- 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
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