smart-cms / related
Smart CMS related package for store
dev-main
2025-04-02 09:12 UTC
Requires
- php: ^8.3
- smart-cms/store: dev-refactor
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
This package is auto-updated.
Last update: 2025-05-06 09:50:33 UTC
README
Package provides ability to add related products inside admin panel in product section. Related products divided into two types: similar and recomended. Both of them available inside ProductEntityResource
class as array of ProductResource
with the same name.
Installation
composer require smart-cms/related php artisan migrate