raminjan's avatar

Flag or Reporting system with laravel

Does anyone know of a tutorial where we can build a post reporting system or flag system I should say?

What I need is a flag system that takes number of flags reported on a post into consideration and automatically removes the post and notifies the poster of the post.

Thanks guys.

0 likes
2 replies
Nick385's avatar

@raminjan what do you mean? Do you want to flag bad language? In this case i would create a array with criteria and cross check every post before commiting. Or you want users to flag a post? In this case it is the same as up or down vote, but after x amount of downvote the post gets hidden or removed.

I am not sure if this is what you meant.

raminjan's avatar

@Nick385 Actually the second scenario you have said is what I am looking for. I want users to be the judge and up vote or down vote each other's posts. any tutorials on this?

thanks.

Please or to participate in this conversation.