Skip to content

Commit

Permalink
Merge pull request #17 from tawk/composer-fixes
Browse files Browse the repository at this point in the history
Composer and installation changes
  • Loading branch information
eug-L authored Sep 10, 2024
2 parents 1dc09cf + ab6618c commit 663f659
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 147 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Don't have a tawk.to account yet? [Create one here.](https://www.tawk.to/?utm_so
5. After the installation completes, click on `Enable newly added modules` to
complete the installation.

### Manual Installation
1. Download the `tawk_to.zip` from [latest release.](https://github.com/tawk/tawk-drupal8/releases)
2. In the extracted files, copy the `tawkto` directory to the
`<DRUPAL_INSTALLATION>/modules` directory.
### Composer Installation
This method is available only if your Drupal installation has composer.
1. Go to your `<DRUPAL_INSTALLATION>` folder (where `composer.json` lives).
2. Run `composer require drupal/tawkto`.
3. Log in to the your administration panel and click on `Extend`.
4. In the module list, search for `tawk.to` and enable the module by ticking the
checkbox beside `tawk.to Module`.
Expand Down
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
],
"minimum-stability": "dev",
"require": {
"tawk/url-utils": "2.0.1"
},
"repositories": {
"tawk-url-utils": {
"type": "vcs",
"url": "https://github.com/tawk/tawk-url-utils.git"
}
"tawk/url-utils": "2.0.2"
},
"scripts": {
"lint": "phpcs -p -s -v --runtime-set ignore_warnings_on_exit true .",
Expand Down
Loading

0 comments on commit 663f659

Please sign in to comment.