An open API service indexing awesome lists of open source software.

https://github.com/emtiazzahid/userlike-laravel

A userlike widget package for laravel
https://github.com/emtiazzahid/userlike-laravel

laravel-chat laravel-chat-widget userlike userlike-laravel

Last synced: 3 months ago
JSON representation

A userlike widget package for laravel

Awesome Lists containing this project

README

        

# userlike for Laravel


License
Latest Version
Total Downloads

userlike has a lot of [integrations](https://www.userlike.com/en/addons), but not for Laravel. This is an userlike chat widget for Laravel.





## Minimum Requirements

- PHP 7.0+
- Laravel 5.5+

## Installation

1. `composer require emtiazzahid/userlike-laravel`
2. `php artisan vendor:publish --provider="EmtiazZahid\UserLike\UserLikeServiceProvider"`
3. Add your chat link to your `.env` file:

```
USERLIKE_KEY="**84ea169c8b4049a*******ec2f982d58fca8b147184ea6a6d356154036****"
```
####To get your widget key:
- Visit: [your dashboard](https://www.userlike.com/en/dashboard/um/config/um_widget/overview)
- Select your website
- Select **Install** from right side
- Select **Credentials for Applications**

## Usage

Just echo the widget code in your app layout blade inside the body tag:

```html
...
{{ \EmtiazZahid\UserLike\UserLike::widgetCode() }}