https://github.com/avored/review
AvoRed E commerce Product Review Module
https://github.com/avored/review
Last synced: about 1 year ago
JSON representation
AvoRed E commerce Product Review Module
- Host: GitHub
- URL: https://github.com/avored/review
- Owner: avored
- License: mit
- Created: 2018-04-08T20:44:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T20:27:49.000Z (over 6 years ago)
- Last Synced: 2025-05-07T20:18:22.339Z (about 1 year ago)
- Language: PHP
- Homepage: https://avored.com
- Size: 43.9 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# AvoRed Product Review
### 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.