For AI agents: visit https://laravel-love.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
These docs are for v8. Click to read the latest docs for v9.
- Fully customizable types of reactions.
- Any model can react to models and receive reactions at the same time.
- Reactant can has many types of reactions.
- Reacter can add many reactions to one reactant.
- Reacter can react with custom float rate value.
- Reaction counters with detailed aggregated data for each reactant.
- Reaction totals with total aggregated data for each reactant.
- Works with any database
id column types.
- Sort reactable models by reaction type count.
- Sort reactable models by reactions total count.
- Sort reactable models by reactions total weight.
- Events for added & removed reactions.
- Artisan command
love:recount {model?} {type?} to re-fetch reactions stats.
- Artisan command
love:reaction-type-add to add reaction types.
- Artisan command
love:setup-reacterable to register Reacterable models.
- Artisan command
love:setup-reactable to register Reactable models.
- Customizable database storage.