Gamify your Laravel app with Reputation Points & Achievements Badges support
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
amirehsan opened this issue 2 years ago · comments
Hi,
I read all documents but still have a problem when I try to populate the meta column in the reputations table while using $user->givePoint(new PostCreated($post));
$user->givePoint(new PostCreated($post));
could somebody help me with this?
Thank you!