In this guide you will learn how to install Slider Revolution Magento 2 extension. For this operation we will need our extension package and shell access to server with your Magento 2 installation.
First you need to upload extension files to the root of your Magento 2 e-commerce installation. Once uploaded you will see extension files are located at /app/code/Nwdthemes/Revslider folder.
Next let’s do some Magento 2 shell command magic. If need more details on those commands you can always check detailed cheat sheet of Magento 2 shell commands.
And here we go:
1. Install extension module:
php /magento2path/bin/magento setup:upgrade
2. If you are in production mode (compilation enabled) need to run compilation:
php /magento2path/bin/magento setup:di:compile
3. Deploy static content:
php /magento2path/bin/magento setup:static-content:deploy
4. Clean cache
php /magento2path/bin/magento cache:clean
Tada! Now Slider Revolution module is available in your Magento 2 backend.
Thanks for reading our guide. Now you know how to install Slider Revolution Magento 2 extension. You can also learn how to uninstall Magento 2 extension. Just kidding. You do not want to uninstall this one
The post How to install Slider Revolution Magento 2 extension appeared first on NWDthemes.com.