My task is estimate costs of technical implementation of Magento 2 (Open Source version) for my client. To to that I need to find list of modules / features installed by default. Where I can find them ??
Thanks for your help 🙂
My task is estimate costs of technical implementation of Magento 2 (Open Source version) for my client. To to that I need to find list of modules / features installed by default. Where I can find them ??
Thanks for your help 🙂
3
Answers
You can check all installed modules with the
bin/magento module:status
CLI command. Also, the list of installed modules can be found inapp/etc/config.php
file. Hope this helps.Magento 2.3
System > Web Setup Wizard > Module Manager
Magento 2.2
Stores > Configuration > Advanced
Log in to Magento 2 installation root folder: use SSH via Terminal or Putty.cd;
Run below command to see a full list of enabled or disabled Magento 2 extensions:
php bin/magento module:status
You’ll get the list as follows: