https://github.com/marlosoft/module-messenger-customer-chat
Facebook Messenger's customer chat plugin integration for Magento 2.x
https://github.com/marlosoft/module-messenger-customer-chat
Last synced: about 1 year ago
JSON representation
Facebook Messenger's customer chat plugin integration for Magento 2.x
- Host: GitHub
- URL: https://github.com/marlosoft/module-messenger-customer-chat
- Owner: marlosoft
- Created: 2019-02-12T15:14:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T16:30:14.000Z (over 7 years ago)
- Last Synced: 2025-02-03T09:18:14.002Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Messenger Customer Chat
=======================
Facebook Messenger's customer chat plugin integration for Magento 2.x
## Installation via Composer
```bash
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.
```bash
php bin/magento setup:upgrade
```
5. Run cache flush command.
```bash
php bin/magento cache:flush
```
6. That's it! The extension should be already installed.