Hello,
I want to install "Cash On Delivery for Magento 2" extension for my site.
Page Link: https://github.com/magespecialist/m2-MSP_CashOnDelivery
Installation commands are
composer require brandung/cash-on-delivery-fee:^1.0
bin/magento module:enable Brandung_CashOnDeliveryFee
bin/magento setup:upgrade
also, if in production mode:
bin/magento setup:static-content:deploy
Previously, two times I had performed composer command on my sharing web hosting site, but the process got killed every time. I learned from some sources that composer command requires a lot of memory. In shared web hosting I have limited memory available and I cannot increase it.
Once, I had found an extension which had provided two set of commands (i) with composer (ii) Other commands (without composer)
I just want to know if this replacement of commands is possible in this case also?
Thanks