elatebrain / module-fbcomments
Magento 2 module to add facebook comments on your e-commerce site.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- elatebrain/module-core: ^1.0.3
This package is auto-updated.
Last update: 2024-11-06 10:31:18 UTC
README
How to install & upgrade Elatebrain_FBComments
1. Install via composer (recommended)
We recommend you to install Elatebrain_FBComments module via composer. It is easy to install, update and maintain.
Run the following command in Magento 2 root directory.
1.1 Install
composer require elatebrain/module-fbcomments
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Upgrade
composer update elatebrain/module-fbcomments
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run setup:di:compile command if your store is in Production mode:
php bin/magento setup:di:compile
2. Copy and paste
If you don't want to install this module via composer, you can use this way.
- Download the latest version here
- Extract
master.zip
file toapp/code/Elatebrain/FBComments
; You have to create a folder pathapp/code/Elatebrain/FBComments
if not exist. - Go to Magento root folder and run upgrade command line to install
Elatebrain_FBComments
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy