This is the standalone Properties module from the Vanilo E-commerce framework
(As Standalone Component)
composer require vanilo/properties
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Properties\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
See the Vanilo Properties Documentation for more details.