emtiazzahid/tidio-laravel is a Laravel package for a tidio chat widget for laravel..
It currently has 2 GitHub stars and 1.159 downloads on Packagist (latest version v0.0.1).
Install it with composer require emtiazzahid/tidio-laravel.
Discover more Laravel packages by emtiazzahid
or browse all Laravel packages to compare alternatives.
Last updated
tidio has a lot of integrations, but not for Laravel. This is an tidio chat widget for Laravel.
composer require emtiazzahid/tidio-laravelphp artisan vendor:publish --provider="EmtiazZahid\Tidio\TidioServiceProvider".env file:TIDIO_KEY="*yi7****lo1cfaxvmcr*****cuipc***"
####To get your widget key:
Just echo the widget code in your app layout blade inside the body tag:
...
{{ \EmtiazZahid\Tidio\Tidio::widgetCode() }}
</body>
</html>
Or, if you don't want to use a config file, you can set your link directly like this:
...
{{ \EmtiazZahid\Tidio\Tidio::widgetCode('your_public_key') }}
</body>
</html>
tidio-laravel is released under the MIT license. See LICENSE for details.