Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1009 Bytes

File metadata and controls

28 lines (20 loc) · 1009 Bytes

Instaframe

Magento2 module for Instagram feed widget.

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-instaframe --prefer-source
git checkout master
bin/magento module:enable Swissup_Instaframe
bin/magento setup:upgrade