Allow customers to post testimonials.
modules_statuses.json
Set Testimonials to true
(enabled) or false
(disabled)
modules/Testimonials/database/migrations
folder or publish migrations to your application’s migrations
folder.
resources/js/Modules/Testimonials
folder where you can update them as you wish.
config
file and update the settings to fit your application.
3
Set limit_per_user
to 0
to unset the limit.
Set limit_per_user
to any integer to set the limit. Minimum is one (1).
false
Set must_be_subscribed
to true
to allow only subscribed users to review your application.
Set must_be_subscribed
to false
to allow unsubscribed users to review your application. Unsubscribed users are registered (and verified) users on free plan (if you have one).
true
Set must_be_approved
to true
to include only reviews approved by admin in public pages.
Set must_be_approved
to false
to include all reviews in public pages at the moment they’re created.