vanilo / links
Vanilo module for creating links between products, categories like upsell, variants, similar products, etc
5.1.0
2025-12-02 20:51 UTC
Requires
- php: ^8.3
- cviebrock/eloquent-sluggable: ^10.0|^11.0|^12.0
- illuminate/support: ^10.48|^11.46.2|^12.38
- konekt/concord: ^1.15
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0
- phpunit/phpunit: ^10.0|^11.0
- vanilo/master-product: ^5.1
Suggests
- vanilo/properties: Allows setting the differing property between linked models (^4.0)
README
This is the standalone Links module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/linksphp artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"- Add
Vanilo\Links\Providers\ModuleServiceProvider::classto modules inconfig/concord.php php artisan migrate
Usage
See the Vanilo Links Documentation for more details.