emotality/tawk-laravel
tawk.to for Laravel
tawk.to has a lot of integrations, but not for Laravel. This is a tawk.to chat widget for Laravel.
Requirements
- PHP 7.0+
- Laravel 5.5+
If you don't meet the requirements, feel free to try version 2.0
Installation
composer require emotality/tawk-laravelphp artisan vendor:publish --provider="Emotality\TawkTo\TawkToServiceProvider"- Add your chat link to your
.envfile:
TAWKTO_LINK="https://tawk.to/chat/{property_key}/{widget_key}"
Get your link from the Direct Chat Link field from your dashboard
Usage
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>
License
tawk-laravel is released under the MIT license. See LICENSE for details.
Related Packages
syafiq-unijaya/laravel-ai-chatbox
Drop-in AI chatbox widget for Laravel with RAG, streaming, Vue 3 frontend, and s...
49
0
admin-dashboard
ai
ai-assistant
ai-chatbot
ai-widget
alpine
blade-directive
chat
chat-widget
chatbot
chatbox
chatgpt
conversation-history
document-search
embeddings
floating-chat
gpt
groq
knowledge-base
laravel
laravel-package
laravel-widget
livewire
llama
llm
lm-studio
local-ai
local-llm
multi-provider
ollama
openai
openai-compatible
openrouter
phi
rag
retrieval-augmented-generation
server-sent-events
sse
streaming
token-streaming
vector-search
vue3
widget
alkoumi/filament-n8n-chat
A seamless integration of n8n chat widget into your FilamentPHP applications
236
8