Step 1
Manual installation
- Download the extension installation files here: https://github.com/tawk/tawk-magento-2/archive/master.zip
- Extract the tawk-magento-2-master folder from the package
- Copy the contents of tawk-magento-2-master folder to <magento-installation-root-folder>/app/code/Tawk/Widget folder of your website (create a new folder if necessary)
Standard installation
- Be sure Composer is installed. You can install it by entering in your website root directory and executing this command: curl -sS https://getcomposer.org/installer | php
- When Composer has been installed, add the GitHub repository to your Composer repositories by executing this command: php composer.phar config repositories.tawk vcs “https://github.com/tawk/tawk-magento-2.git”
- Install the extension by running the following command: php composer.phar require tawk/widget
Step 2
Once the extension is installed, you will need to execute the following command lines from your website root directory:
- php bin/magento module:enable Tawk_Widget
- php bin/magento setup:upgrade
- php bin/magento setup:static-content:deploy
- php bin/magento cache:clean