qcod / laravel-gamify

Gamify your Laravel app with Reputation Points & Achievements Badges support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Populating meta column

amirehsan opened this issue · comments

commented

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));

could somebody help me with this?

Thank you!