marlosoft/module-messenger-customer-chat

Facebook Messenger's customer chat plugin integration for Magento 2.x

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/marlosoft/module-messenger-customer-chat

1.0.0 2019-02-14 03:13 UTC

This package is auto-updated.

Last update: 2025-09-28 07:16:29 UTC


README

Facebook Messenger's customer chat plugin integration for Magento 2.x

Installation via Composer

composer require marlosoft/module-messenger-customer-chat

Manual Installation

  1. Download the chat plugin source.
  2. Create new folder app/code/Marlosoft/MessengerCustomerChat/.
  3. Copy all source files into the newly created directory.
  4. Run setup upgrade command.
    php bin/magento setup:upgrade
  5. Run cache flush command.
    php bin/magento cache:flush
  6. That's it! The extension should be already installed.