swissup / module-testimonials
Testimonials extension from Swissup
Installs: 8 061
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 5
Open Issues: 0
Type:magento2-module
Requires
- swissup/module-core: ^1.12.20
- swissup/module-swiper: ^1.0.1
- dev-master
- 1.3.14
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-breeze-dynamic-js
This package is auto-updated.
Last update: 2024-11-20 15:03:39 UTC
README
Installation
For clients
There are several ways to install extension for clients:
- If you've bought the product at Magento's Marketplace - use Marketplace installation instructions
- Otherwise, you have two options:
- Install the sources directly from our repository - recommended
- Download archive and use manual installation
For developers
Use this approach if you have access to our private repositories!
cd <magento_root> composer config repositories.swissup composer https://docs.swissuplabs.com/packages/ composer require swissup/module-testimonials --prefer-source git checkout master bin/magento module:enable Swissup_Testimonials bin/magento setup:upgrade