To add Testimonials module for your magento 2 shop you have to complete following steps:
-
Clone git repository into the directory your-magento-shop-name/app/code/V3N0m21/Testimonials/.
-
Go to your shop directory in CLI and run the following command "bin/magento setup:upgrade". This command will enable module and implement database schema.
After this steps module will be ready to use. You will see "Testimonials" link on top menu in frontend, and in admin section, in content tab there will be Testimonials section to manage user testimonials as admin.