PHPackages                             muratbsts/laravel-reactable - 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. muratbsts/laravel-reactable

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

muratbsts/laravel-reactable
===========================

Use reactions for your Laravel model like Facebook, without pain

61121[4 issues](https://github.com/muratbsts/laravel-reactable/issues)PHP

Since Sep 10Pushed 8y agoCompare

[ Source](https://github.com/muratbsts/laravel-reactable)[ Packagist](https://packagist.org/packages/muratbsts/laravel-reactable)[ RSS](/packages/muratbsts-laravel-reactable/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Reactable for Laravel 5.x
=========================

[](#reactable-for-laravel-5x)

Easy to use reactions, like Slack, for your Laravel models. Without the pain.

Installation
------------

[](#installation)

Go to your project's root folder and run the composer require command.

```
$ cd projects/project
$ composer require muratbsts/laravel-reactable dev-master

```

Then run this command for publishing migration file.

```
$ php artisan vendor:publish --provider="Muratbsts\Reactable\Providers\ReactableServiceProvider" --tag="migrations"

```

If you are on Laravel **5.5**, the package will automatically be loaded into the framework.

If you are on Laravel version **5.0 - 5.4**, add the service provider to config/app.php file:

```
