qcod / laravel-gamify

Gamify your Laravel app with Reputation Points & Achievements Badges support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post Reputation

alainbelez opened this issue · comments

possible to get reputation from $post? something like this. $post->reputations

public function reputations()
{
    return $this->hasMany('QCod\Gamify\Reputation');
}