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
Requires
- php: >=7.1.3
- avored/ecommerce: 2.*
- avored/module-installer: 1.*
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.