Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybercog/laravel-love
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
https://github.com/cybercog/laravel-love
adore cog election eloquent emotion favorite kudo laravel like likeable love php rate rating reactable reacter reaction social-network star vote
Last synced: 20 days ago
JSON representation
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
- Host: GitHub
- URL: https://github.com/cybercog/laravel-love
- Owner: cybercog
- License: mit
- Created: 2018-01-02T21:21:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T19:20:52.000Z (8 months ago)
- Last Synced: 2024-10-01T19:41:47.588Z (about 1 month ago)
- Topics: adore, cog, election, eloquent, emotion, favorite, kudo, laravel, like, likeable, love, php, rate, rating, reactable, reacter, reaction, social-network, star, vote
- Language: PHP
- Homepage: https://komarev.com/sources/laravel-love
- Size: 644 KB
- Stars: 1,159
- Watchers: 23
- Forks: 72
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-laravel - Laravel Love - It lets people express how they feel about the content. React on Eloquent models with Likes or Dislikes. (Popular Packages)
README
# Laravel Love
![cog-laravel-love](https://user-images.githubusercontent.com/1849174/34500991-094a66da-f01e-11e7-9a6c-0480f1564338.png)
## Introduction
Laravel Love is emotional part of the application. It let people express how they feel about the content.
Make any model reactable in a minutes!There are many implementations in modern applications:
- GitHub Reactions
- Facebook Reactions
- YouTube Likes
- Slack Reactions
- Reddit Votes
- Medium ClapsThis package developed in mind that it should cover all the possible use cases and be viable in enterprise applications.
## Official Documentation
Documentation can be found in [Laravel Love Guide].
## Installation
Pull in the package through Composer.
```shell script
$ composer require cybercog/laravel-love
```Run database migrations.
```shell script
$ php artisan migrate
```## Upgrading
Please see [UPGRADING](UPGRADING.md) for detailed upgrade instructions.
## License
- `Laravel Love` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev].
- `Devil` logo image licensed under [Creative Commons 3.0](https://creativecommons.org/licenses/by/3.0/us/) by YuguDesign.## 🌟 Stargazers over time
[![Stargazers over time](https://chart.yhype.me/github/repository-star/v1/MDEwOlJlcG9zaXRvcnkxMTYwNTgzMzY=.svg)](https://yhype.me?utm_source=github&utm_medium=cybercog-laravel-love&utm_content=chart-repository-star-cumulative)
## About CyberCog
[CyberCog] is a Social Unity of enthusiasts. Research the best solutions in product & software development is our passion.
- [Follow us on Twitter](https://twitter.com/cybercog)
[Anton Komarev]: https://komarev.com
[CyberCog]: https://cybercog.su
[Laravel Love Guide]: https://laravel-love.readme.io/docs