emotality/tawk-laravel is a Laravel package for a tawk.to chat widget for laravel..
It currently has 51 GitHub stars and 25.791 downloads on Packagist (latest version 2.1.1).
Install it with composer require emotality/tawk-laravel.
Discover more Laravel packages by emotality
or browse all Laravel packages to compare alternatives.
Last updated
tawk.to has a lot of integrations, but not for Laravel. This is a tawk.to chat widget for Laravel.
If you don't meet the requirements, feel free to try version 2.0
composer require emotality/tawk-laravelphp artisan vendor:publish --provider="Emotality\TawkTo\TawkToServiceProvider".env file:TAWKTO_LINK="https://tawk.to/chat/{property_key}/{widget_key}"
Get your link from the Direct Chat Link field from your dashboard
Just echo the widget code in your app layout blade inside the body tag:
...
{{ \TawkTo::widgetCode() }}
</body>
</html>
Or, if you don't want to use a config file, you can set your link directly like this:
...
{{ \TawkTo::widgetCode('your_direct_chat_link') }}
</body>
</html>
tawk-laravel is released under the MIT license. See LICENSE for details.