marlosoft / module-messenger-customer-chat
Facebook Messenger's customer chat plugin integration for Magento 2.x
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2025-05-28 06:41:42 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
- Download the chat plugin source.
- Create new folder
app/code/Marlosoft/MessengerCustomerChat/
. - Copy all source files into the newly created directory.
- Run setup upgrade command.
php bin/magento setup:upgrade
- Run cache flush command.
php bin/magento cache:flush
- That's it! The extension should be already installed.