You can install the package via composer:
composer require astrogoat/yotpo
Include the component that you need in your Blade file:
<x-yotpo::reviews-widget
instance-id="[THE INSTANCE ID FROM YOTPO'S WIDGET]"
product-id="[THE SHOPIFY PRODUCT ID]"
/>
<x-yotpo::star-rating
instance-id="[THE INSTANCE ID FROM YOTPO'S WIDGET]"
product-id="[THE SHOPIFY PRODUCT ID]"
/>
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
This yotpo package is forked from the awesome Spatie yotpo package. Please go support them if you can.
The MIT License (MIT). Please see License File for more information.