-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
077223b
commit c7de1bf
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
## Introduction | ||
|
||
Laravel Love simplify management of Eloquent model's likes & dislikes. Make any model `likeable` & `dislikeable` in a minutes! | ||
Laravel Love simplify management of Eloquent model's likes & dislikes reactions. Make any model reactable with `likeable` & `dislikeable` in a minutes! | ||
|
||
This package is a fork of the abandoned [Laravel Likeable](https://github.com/cybercog/laravel-likeable). | ||
It completely changes package namespace architecture, aimed to API refactoring and adding new features. | ||
|
@@ -466,6 +466,8 @@ If you discover any security related issues, please email [email protected] inste | |
- [faustbrian/laravel-likeable](https://github.com/faustbrian/Laravel-Likeable) | ||
- [sukohi/evaluation](https://github.com/SUKOHI/Evaluation) | ||
- [zvermafia/lavoter](https://github.com/zvermafia/lavoter) | ||
- [francescomalatesta/laravel-reactions](https://github.com/francescomalatesta/laravel-reactions) | ||
- [muratbsts/laravel-reactable](https://github.com/muratbsts/laravel-reactable) | ||
|
||
*Feel free to add more alternatives as Pull Request.* | ||
|
||
|