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