...
Code Block |
---|
bin/magento maintenance:enable |
STEP 2
Install composer package(s)
Panel |
---|
title | The following composer command should be used for Magento 2.4.x |
---|
|
Panel |
---|
composer require tnw/subscriptions= Insert excerpt |
---|
| _tnw_subscriptions_m24 |
---|
| _tnw_subscriptions_m24 |
---|
nopanel | true |
---|
| |
...
Expand |
---|
title | If you use Magento 2.3.x |
---|
|
Panel |
---|
title | The following composer command should be used for Magento 2.3.x |
---|
| composer require tnw/subscriptions= Insert excerpt |
---|
| _tnw_subscriptions_m23 |
---|
| _tnw_subscriptions_m23 |
---|
nopanel | true |
---|
| |
|
...
Configure new CRON jobs. See Setting up CRON jobs.
Uninstalling
The example below will remove our module from your Magento installation
...