https://github.com/vanilophp/product
Product Module for Vanilo (or any Laravel app)
https://github.com/vanilophp/product
vanilo
Last synced: 10 months ago
JSON representation
Product Module for Vanilo (or any Laravel app)
- Host: GitHub
- URL: https://github.com/vanilophp/product
- Owner: vanilophp
- License: mit
- Created: 2017-10-07T10:37:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T11:54:32.000Z (about 2 years ago)
- Last Synced: 2024-04-25T12:50:26.344Z (about 2 years ago)
- Topics: vanilo
- Language: PHP
- Homepage: https://vanilo.io
- Size: 113 KB
- Stars: 17
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vanilo Product Module
[](https://github.com/vanilophp/product/actions?query=workflow%3Atests)
[](https://packagist.org/packages/vanilo/product)
[](https://packagist.org/packages/vanilo/product)
[](LICENSE.md)
This is the standalone Product module from the [Vanilo E-commerce framework](https://vanilo.io)
## Installation
(As Standalone Component)
1. `composer require vanilo/product`
2. `php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"`
3. Add `Vanilo\Product\Providers\ModuleServiceProvider::class` to modules in `config/concord.php`
4. `php artisan migrate`
## Usage
See the [Vanilo Product Documentation](https://vanilo.io/docs/master/products) for more details.