dominicwatts / testimonial
Testimonial extension to view approved and submit new site testimonials
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0.0||~7.1.0||~7.2.0||~7.3.0
- magento/framework: *
This package is auto-updated.
Last update: 2024-11-22 08:17:21 UTC
README
Frontend controller to display testimonials and allow submission. Backend moderation screens.
Install instructions
composer require dominicwatts/testimonial
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Usage instructions
Add testimonials either through the backend or frontend. Make sure at least one testimonial has been approved.
Go to:
/testimonials
to submit/testimonaisl/index/view
to view
Submit screen
View screen
To moderate in admin
Go to Marketing > Testimonials
Backend moderation
Also there is a console command to generate obvious fake entries
Generate Faker Testimonial
xigen:faker:testimonial [-l|--limit [LIMIT]] [--] <generate>
php/bin magento xigen:faker:testimonial generate
php/bin magento xigen:faker:testimonial -l 10 generate