The new version 6.5.3 of the Slider Revolution Magento 2 module has been released recently. It has a lot of new features and improvements. A couple of new awesome Add-Ons have been added as well.
read moremagento 2 module
March Sale Campaign
Several of our items has been selected for participating in Envato March Sale 2021 Campaign. What is the March Sale Campaign? Envato’s marketing team are putting together annual March Sale campaign that will feature 40% off selected items from ThemeForest, CodeCanyon, GraphicRiver, VideoHive and AudioJungle. This year’s selected items will be promoted on a dedicated […]
read moreHow to Uninstall Slider Revolution Magento 2 Extension
Magento 2 extensions on github
Magento Open Source platform, formerly known as Magento Community Edition, has outstanding codebase which allow you to extend almost any part of your store. You can find a lot of really useful free and premium magento extensions which makes store owner life much easier. Github is a great source of free magento 2 extensions. You […]
read moreHow to install magento 2 module from github using composer
Install magento 2 module from github using composer is pretty simple. We assume that you already has git and composer installed on your system. Let’s take magento2-configuration-arrayserialized as an example. Complete commands list are…
read moreMagento 2 : When exactly to use php bin/magento setup:upgrade
If you enabled one or more modules, then you will need to run magento setup:upgrade to update the database schema. php bin/magento module:enable Nwdthemes_Module php bin/magento setup:upgrade First line simply adds your module to the app/etc/config.php. Please note that your magento will crash until you run second command. Second line trigger setup scripts of all […]
read more