Download the PHP package larbrary/tawk without Composer
On this page you can find all versions of the php package larbrary/tawk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download larbrary/tawk
More information about larbrary/tawk
Files in larbrary/tawk
Package tawk
Short Description Website chat widget (tawk.to integration for Laravel).
License MIT
Homepage https://github.com/larbrary/tawk
Informations about the package tawk
Tawk

The missing integration of tawk.to chat widget for Laravel.
Installation
Via Composer:
Laravel 5.5+ will use the auto-discovery function but for Laravel 5.4 and lower, you will need to include the service providers & facade manually in config/app.php
:
Config
In the .env
file, set the Property ID. For example, if the Direct Chat Link is https://embed.tawk.to/XXXXXXX/default
, the .env
file should contain the following:
If you're not using the default
chat widget, provide a Widget ID. For example, if the Direct Chat Link is https://embed.tawk.to/XXXXXXX/5bc4ae1275bef
, the .env
file should contain the following:
If you're using the TAWK_API_KEY
( only needed for automatically registering authenticated users with the tawk chat client ), the .env
file should contain the following:
After making changes in the .env
file, you might need to clear the compiled views:
Usage
Simply use @tawk
in your blade layout file just before the body closing tag ( </body>
):
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details.
License
This package is released under the MIT license. Please see the license file for more information.
All versions of tawk with dependencies
illuminate/support Version ~5|~6|~7|~8
illuminate/view Version ~5|~6|~7|~8