Installation

The Comments module is a paid addon and requires purchasing from the addon store or an active PRO subscription.

Installing with PRO Subscription

You can easily install the Comments module dependency with Composer if you have an active PRO subscription:

composer require anomaly/comments-module

Then install the addon for your application:

php artisan addon:install anomaly.module.comments
Installing from Download

You can install the Comments module by downloading the addon and placing it within your site's addon directory:

/addons/{application_ref}/anomaly/*

Then installing the addon like normal:

php artisan addon:install anomaly.module.comments

Suggested Addons

It is suggested that you also install a couple basic support addons:

Content Filter Extension

The content filter extension makes it easy to flag and/or block unwanted comments.

composer require anomaly/content_filter-extension

Whitelist Moderator Extension

The whitelist moderator extension automatically approves comments from users if their most recent comment is approved.

composer require anomaly/whitelist_moderator-extension