Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

fisheyehq/magento2-module-yotpo-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Yotpo Core Module

Magento 2 core module for Yotpo extensions.


✓ Install via composer (recommended)

Run the following command under your Magento 2 root dir:

composer require yotpo/magento2-module-yotpo-core
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush

Install manually under app/code

Download & place the contents of this repository under {YOUR-MAGENTO2-ROOT-DIR}/app/code/Yotpo/Core Then, run the following commands under your Magento 2 root dir:

php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush

https://www.yotpo.com/

Copyright © 2018 Yotpo. All rights reserved.

Yotpo Logo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 80.8%
  • PHP 19.2%