This module setup is basically the configuration of the Live Chat. It will create system configuration field(s) and set default value(s).
Run the following command in Magento 2 root folder:
composer config repositories.ktharindu-module-livechat git [email protected]:ktharindu/module-livechat.git
composer require ktharindu/module-livechat dev-master
php bin/magento setup:upgrade
- Download package from module-livechat-master.zip
- Unzip it
- Upload it to the mentioned path: magento_root/app/code/Agt/
- Rename module-livechat-master folder to LiveChat
- Run the following command in Magento 2 root folder:
php bin/magento setup:upgrade
- Logout and Login again to avoid "Access denied" 404 error in system configuration.
Please setup the configuration as follows:
- Login to magento backend
- Click Stores -> Configuration
- At the left corner panel, you'll find a Live Chat menu. Click it to expand it and you'll see Settings menu.
- Click on Settings menu. It will display the Configuration screen for Live Chat.
- Setup the relevant configurations accordingly and click on Save Config button.