File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,25 @@ When you enable **Magento 2 Product Slider** module and create the product slide
39
39
40
40
## How to install Magento 2 Product Slider
41
41
42
- ### 1. via composer
42
+ ### 1. Install via composer (recommend)
43
43
44
+ With Social Proof (Recommend):
45
+
46
+ ```
47
+ composer require mageplaza/magento-2-product-slider avada/module-proofo
48
+ php bin/magento setup:upgrade
49
+ php bin/magento setup:static-content:deploy
50
+ ```
51
+
52
+ Without Social Proof:
44
53
```
45
54
composer require mageplaza/magento-2-product-slider
46
55
php bin/magento setup:upgrade
47
56
php bin/magento setup:static-content:deploy
48
57
```
49
58
50
- ### 2. Copy and paste
59
+ ### 2. Install Package from copy-paste package
60
+
51
61
52
62
Download latest version at [ Mageplaza] ( https://www.mageplaza.com/magento-2-product-slider-extension/ )
53
63
You can’t perform that action at this time.
0 commit comments