General

How to Check If a Module is Enabled/Disabled In Magento 2

Hello Magento Folks,

Earlier, We learned about How to Fix Navigation Menu Not Showing In Magento 2 for Magento 2 stores.

Today, I am going to give the basic knowledge How to check if a module is enabled/disabled in Magento 2.

Let’s Begin 

Introduction

Any requirement to check your Magento 2 store modules are enabled or disabled. Here, I will explain how to check if a module is enabled/disabled in Magento 2. Let’s check it out?

Importance of Enable/Disable Module in Magento 2

A module is a component of a program which is installed separately. It is a group of units that are mainly used to develop a more complex store. Basically the module includes all the controllers and models in their different folders. And all these folders are joined together on the basis of their functions and are known as modules. Modules play a major role in your Magento 2 Store. When there are third-party modules installed in your Magento 2 Store then enabled/disabled modules becomes an important factor. Sometimes, under any circumstances, it is possible that one has to enable all third-party modules at the same time, and there is a need to review the modules which are enabled/disabled in your Magento 2 Store.

Thus, to check whether the modules are enabled or disabled in your Magento 2 store, 

How to Display Magento 2 Module List

Step 1: Firstly, you have to log in to your Magento 2 installation root folder with the use SSH via Terminal or you can also login via Putty.cd into the installation of your root folder.

Step 2: Now, you have to fire the given below command to view the complete list of enabled/ disabled modules in your Magento 2 store.

php bin/magento module:status

So, as displayed above you will be able to view all the types of the installed modules which are enabled/disabled in your Magento 2 store.

Conclusion

Therefore, after the completion of the given above steps, you will be able to view the installed modules in your Magento 2 Store.

I hope it helps you. If you face any issues while applying the above steps, then feel free to contact our support team for any help.

Please let us know if you have any specific topics for us to write the blog in the comments section below. I would be very grateful.

Happy Reading?

Click to rate this post!
[Total: 4 Average: 4]
Gaurav Jain

Gaurav Jain is Co-Founder and Adobe Certified Expert-Magento Commerce Business Practitioner. Being Computer Engineer?‍? and possessing Extensive Marketing skills he handles all kinds of customer Queries and his Happy? & Helping? Nature makes customer's day Delightful. When he isn’t working, you’ll find Gaurav Reading on Books? or Traveling?. Also, he is Speaker at Magento Meetups.

Recent Posts

How to Add Tooltip in Checkout Shipping Field in Magento 2?

Hello Magento Friends, In today’s blog, I will explain How to Add Tooltip in Checkout…

2 days ago

How to Integrate and Use MongoDB with Laravel?

MongoDB is a popular NoSQL database that offers flexibility and scalability when handling modern web…

3 days ago

NodeJS | Callback Function

In NodeJS, callbacks empower developers to execute asynchronous operations like reading files, handling requests, and…

4 days ago

How to Show SKU in Order Summary in Magento 2?

Hello Magento Friends, In today’s blog, we will learn How to Show SKU in Order…

6 days ago

Best Colors to Use for CTA Buttons

The "Buy Now" and "Add to Cart" buttons serve as the primary call-to-action (CTA) elements…

1 week ago

Magento 2: How to Save Custom Field Value to quote_address for Multi-Shipping Orders

Hello Magento Friends, In Magento 2, the checkout process allows customers to choose multiple shipping…

1 week ago