laravel-love icon indicating copy to clipboard operation
laravel-love copied to clipboard

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 o...

Results 18 laravel-love issues
Sort by recently updated
recently updated
newest added

I've looked all through the github info, and all through the docs here: https://laravel-love.readme.io/docs but still can't find a way to see it. Help.

question

The joinReactionTotal (scopeJoinReactionTotal) all scoped methods are not working with a database prefix. You get an "column not found" error.

When I try to use $model->likeBy($user->id) the following is returned: `Call to undefined method App\Product::likeBy() {"exception":"[object] (BadMethodCallException(code: 0): Call to undefined method App\\Product::likeBy() at /home/vagrant/sites/site-server/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:50)` In order to trigger a...

This MR adds `whereReactedTo` & `whereNotReactedTo` query scopes to Reacterable trait to find all Reacterable models who reacted to the Reactable model. This concept was born after discussion with @vesper8...

enhancement

This is a continuation of an idea started in https://github.com/cybercog/laravel-love/issues/181 I would find it extremely useful to be able to easily retrieve the reaction date when using scopeWhereReactedTo or scopeWhereReactedBy...

enhancement

I see that you have a laravel-ban-nova package so maybe you have an idea how I can use Laravel Love with Laravel Nova? Basically I have a reaction type called...

question

Greetings, Thank you very much for your efforts on this package over its many iterations, it is obvious that a lot of time and thought has gone into it and...

It will be better to remove dependencies from constructor methods of the console commands because Laravel loading those dependencies not on command usage but on command registering. For example in...

enhancement

Need to write Quick Start guide in [documentation](https://laravel-love.readme.io/docs). Help wanted ^_^

help wanted
documentation

Hi @antonkomarev ! just a question. why would we need to registerAsLove{Reacter/Reactant} on Created event observer? It causes double saving event firing and DB operation. Can we hook on Creating...

enhancement
question