Install via Composer - botgento/magento2-facebook-messenger-chatbot GitHub Wiki

Magento 2 use Composer to manage components and their dependencies.

Prerequisites

Before you continue, you must go through the following things:

Install Botgento Extension

1. Connect SSH console

  • Open any SSH client utility for e.g. Putty.
  • Connect your Magento store with relevant user and privileges.
  • Switch your current directory to Magento root.
  • Enter following command in the root directory:
composer require botgento/facebook-messenger-chatbot

2. Activate plugin

  • Execute following commands in Magento root directory:
php bin/magento module:enable Botgento_Base
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
  • Deploy static content using below command:
php bin/magento setup:static-content:deploy

3. Verify installation

  • You can find the Botgento extension settings under Store >> Configuration >> Botgento >> Botgento
  • You need to re-login to Admin panel in case if you unable to access or 404 page appears on setting page.