vanilo / properties
Vanilo Properties (Attributes) Module
5.2.0
2026-04-21 14:25 UTC
Requires
- php: ^8.3
- cviebrock/eloquent-sluggable: ^10.0|^11.0|^12.0|^13.0
- konekt/concord: ^1.15
- laravel/framework: ^10.48|^11.46.2|^12.50|^13.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0|^11.0
- phpunit/phpunit: ^10.0|^11.0
This package is auto-updated.
Last update: 2026-04-21 14:28:50 UTC
README
This is the standalone Properties module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/propertiesphp artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"- Add
Vanilo\Properties\Providers\ModuleServiceProvider::classto modules inconfig/concord.php php artisan migrate
Usage
See the Vanilo Properties Documentation for more details.