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