avored/promotion is a Laravel package for avored laravel e commerce - promotion module.
It currently has 3 GitHub stars and 0 downloads on Packagist (latest version 1.1).
Install it with composer require avored/promotion.
Discover more Laravel packages by avored
or browse all Laravel packages to compare alternatives.
Last updated
composer require avored/related
php artisan migrate
Visit Admin Product Edit Page.
Click on Related Product Accordion you see a grid with checkbox.
Select your Related Product ans click Save.
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-related::related.product.list')