https://github.com/vanilophp/properties
Vanilo Properties Module
https://github.com/vanilophp/properties
attributes e-commerce eav laravel vanilo
Last synced: 10 months ago
JSON representation
Vanilo Properties Module
- Host: GitHub
- URL: https://github.com/vanilophp/properties
- Owner: vanilophp
- License: mit
- Created: 2018-12-08T11:35:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T17:26:44.000Z (over 1 year ago)
- Last Synced: 2024-12-14T18:29:30.928Z (over 1 year ago)
- Topics: attributes, e-commerce, eav, laravel, vanilo
- Language: PHP
- Homepage: https://vanilo.io/docs/master/properties
- Size: 132 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vanilo Properties Module
[](https://github.com/vanilophp/properties/actions?query=workflow%3Atests)
[](https://packagist.org/packages/vanilo/properties)
[](https://packagist.org/packages/vanilo/properties)
[](LICENSE.md)
This is the standalone Properties module from the [Vanilo E-commerce framework](https://vanilo.io)
## Installation
(As Standalone Component)
1. `composer require vanilo/properties`
2. `php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"`
3. Add `Vanilo\Properties\Providers\ModuleServiceProvider::class` to modules in `config/concord.php`
4. `php artisan migrate`
## Usage
See the [Vanilo Properties Documentation](https://vanilo.io/docs/master/properties) for more details.