@aniya.jaskolski To uninstall a module in Magento 2, you need to follow these steps:
1
|
php bin/magento module:disable [Module_Name] |
1
|
php bin/magento setup:upgrade |
1
|
php bin/magento module:status |
This command will display a list of all installed modules, and the module you just uninstalled should not be listed.
Note: These instructions assume that you are using the default file system for Magento 2. If you are using a different file system, such as Redis, you may need to use different commands to disable and uninstall the module.
@aniya.jaskolski
To uninstall a module in Magento 2, you can follow these steps:
That's it! The module should now be uninstalled from your Magento 2 installation.