Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 959 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 959 Bytes

Easy Tabs

Installation

For clients

There are several ways to install extension for clients:

  1. If you've bought the product at Magento's Marketplace - use Marketplace installation instructions
  2. Otherwise, you have two options:

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-easytabs --prefer-source --ignore-platform-reqs
bin/magento module:enable Swissup_Easytabs
bin/magento setup:upgrade