vanilo / links
Vanilo module for creating links between products, categories like upsell, variants, similar products, etc
6.0.0
2026-09-25 09:39 UTC
Requires
- php: ^8.4
- cviebrock/eloquent-sluggable: ^12.0|^13.0
- konekt/concord: ^1.16
- laravel/framework: ^12.61.1|^13.12
Requires (Dev)
- orchestra/testbench: ^10.0|^11.0
- phpunit/phpunit: ^11.0|^12.0
- vanilo/master-product: ^6.0
Suggests
- vanilo/properties: Allows setting the differing property between linked models (^4.0)
Provides
None
Conflicts
None
Replaces
None
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.