avored/review

AvoRed Laravel E commerce - Product Review Module

Installs: 1 038

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 5

Forks: 2

Type:avored-module

3.0.0 2019-10-06 20:27 UTC

This package is auto-updated.

Last update: 2024-04-07 06:33:17 UTC


README

Installation

composer require avored/review 

php artisan migrate
How to include a Review View File into Product Card

Open your Product view template in most case it should be:

themes/vendor/theme/views/product/view.blade.php include a below code where you like related product to display.

@include('avored-review::product.review')

If someone else submit an review in front end then you can see it on admin and click approve button to display on product page.