cancel
Showing results for 
Search instead for 
Did you mean: 

How to run additional apps in Magento 2.0.13 version

How to run additional apps in Magento 2.0.13 version

Hello sir I install Magento 2.0.13 version. And add another apps as mega menu , bannerslider but bot h software are not working so please help me
1 REPLY 1

Re: How to run additional apps in Magento 2.0.13 version

When you add new module, you have to enable it with:

php bin/magento module:enable <Vendor_Module>

Then you have to execute setup/install scripts with:

php bin/magento setup:upgrade

And depending on chosen mode (development/default/production), you may have to execute di compile:

php bin/magento setup:di:compile
If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue