PHPackages                             tonystore/livewire-interactions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tonystore/livewire-interactions

ActivePackage[Utility &amp; Helpers](/categories/utility)

tonystore/livewire-interactions
===============================

Package to generate interactions in a Laravel application with Livewire.

v0.0.2(4y ago)05MITPHPPHP ^7.2|^8.0

Since Mar 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tony98ms/livewire-interactions)[ Packagist](https://packagist.org/packages/tonystore/livewire-interactions)[ RSS](/packages/tonystore-livewire-interactions/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Livewire Interactions
=====================

[](#livewire-interactions)

[![Latest Stable Version](https://camo.githubusercontent.com/a179bf5a7716e68fe561fb49cf8e0c25e136dc71f53b340808f7864b6d1f0a89/687474703a2f2f706f7365722e707567782e6f72672f746f6e7973746f72652f6c697665776972652d696e746572616374696f6e732f76)](https://packagist.org/packages/tonystore/livewire-interactions) [![Total Downloads](https://camo.githubusercontent.com/1b24f0d53064aec46aa424815a619548f97278ff3a38ada645347e61e5af8c51/687474703a2f2f706f7365722e707567782e6f72672f746f6e7973746f72652f6c697665776972652d696e746572616374696f6e732f646f776e6c6f616473)](https://packagist.org/packages/tonystore/livewire-interactions) [![License](https://camo.githubusercontent.com/85b04fad2398273fc767a53101652c60f0f19d7a7690b0bb08499ca0c172c5cd/687474703a2f2f706f7365722e707567782e6f72672f746f6e7973746f72652f6c697665776972652d696e746572616374696f6e732f6c6963656e7365)](https://packagist.org/packages/tonystore/livewire-interactions) [![PHP Version Require](https://camo.githubusercontent.com/26730b90e0d9883a67467f8ea040aeee3fd28ab3c9b39eb5da1b575f7f657a45/687474703a2f2f706f7365722e707567782e6f72672f746f6e7973746f72652f6c697665776972652d696e746572616374696f6e732f726571756972652f706870)](https://packagist.org/packages/tonystore/livewire-permission)

Package to generate interactions in a Laravel application with Livewire.

REQUIREMENTS
------------

[](#requirements)

- [PHP &gt;= 7.4](http://php.net)
- [Laravel 7 | 8 | 9](https://laravel.com)
- [Livewire](https://laravel-livewire.com)
- [Laravel Follow](https://github.com/overtrue/laravel-follow)
- [Bootstrap 4.5 | 4.6 | 5](https://getbootstrap.com) or [Tailwind](https://tailwindcss.com)

INSTALLATION VIA COMPOSER
-------------------------

[](#installation-via-composer)

### Step 1: Composer

[](#step-1-composer)

Run this command line in console.

```
composer require tonystore/livewire-interactions
```

### Step 2: Publish Assets

[](#step-2-publish-assets)

#### Publish Config File

[](#publish-config-file)

```
php artisan vendor:publish --provider="Tonystore\LivewireInteraction\LivewireInteractionProvider" --tag=config-interaction
```

#### Publish Lang

[](#publish-lang)

Publish the translations in case you wish to modify any of them.

```
php artisan vendor:publish --provider="Tonystore\LivewireInteraction\LivewireInteractionProvider" --tag=langs-interaction
```

Usage
-----

[](#usage)

By default, Bootstrap is the default theme to use for the follow component.But you can switch to Tailwind.

```
