Introduction
Default Testimonial post consists of rating, reviewer’s name, position and company. They can also be limited per user, set for approval by admin, and available only to subscribers.Components
Style testimonial cards.
Enable/disable module
Via terminal
Manually
modules_statuses.json
Set Testimonials to true (enabled) or false (disabled)
Override files
To override tables for database, you can either update original migration file inmodules/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.
It’s recommended to publish files if you need to update anything.
Configuration
Go to dedicatedconfig file and update the settings to fit your application.
Limit reviews per user
Default is3
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).
User must be subscribed
Default isfalse
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).
Review must be approved
Default istrue
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.
