Browsing as a guest. You can post with a name and email, like, and report. Sign in as Maya, Tomas, Priya… to pin, moderate, and see author badges from the other side.

Pro

Spam pipeline

Checkers run in the order you configure them and the worst verdict wins: deny beats review, which beats allow.

'spam' => [
    'checkers' => ['heuristic', 'akismet'],
    'fail_mode' => 'allow',
],

Write your own by implementing Contracts\SpamChecker and adding the class name to the list.

Page notes (0)

Or Log in to comment!

No notes on this page yet.