https://github.com/vanilophp/order
Order Module For Vanilo (Laravel)
https://github.com/vanilophp/order
laravel order-management vanilo
Last synced: 10 months ago
JSON representation
Order Module For Vanilo (Laravel)
- Host: GitHub
- URL: https://github.com/vanilophp/order
- Owner: vanilophp
- License: mit
- Created: 2017-11-26T18:40:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T11:54:24.000Z (about 2 years ago)
- Last Synced: 2024-04-26T11:51:07.540Z (about 2 years ago)
- Topics: laravel, order-management, vanilo
- Language: PHP
- Homepage: https://vanilo.io
- Size: 200 KB
- Stars: 33
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vanilo Order Module
[](https://github.com/vanilophp/order/actions?query=workflow%3Atests)
[](https://packagist.org/packages/vanilo/order)
[](https://packagist.org/packages/vanilo/order)
[](LICENSE.md)
This is the standalone Order module from the [Vanilo E-commerce framework](https://vanilo.io)
## Installation
(As Standalone Component)
1. `composer require vanilo/order`
2. Create the file `config/concord.php` with the following content:
```php
[
\Konekt\Address\Providers\ModuleServiceProvider::class,
\Konekt\User\Providers\ModuleServiceProvider::class,
\Vanilo\Order\Providers\ModuleServiceProvider::class,
]
];
```
4. `php artisan migrate`
## Usage
See the [Vanilo Order Documentation](https://vanilo.io/docs/master/order) for more details.