项目作者: swissup

项目描述 :
Product page tabs with backend editor
高级语言: PHP
项目地址: git://github.com/swissup/module-easytabs.git
创建时间: 2016-01-27T15:03:19Z
项目社区:https://github.com/swissup/module-easytabs

开源协议:

下载


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!

  1. cd <magento_root>
  2. composer config repositories.swissup composer https://docs.swissuplabs.com/packages/
  3. composer require swissup/module-easytabs --prefer-source --ignore-platform-reqs
  4. bin/magento module:enable Swissup_Easytabs
  5. bin/magento setup:upgrade