https://github.com/webreinvent/vaahstore
VaahStore is a free & open-source ecommerce backend built on top of Laravel and Vue.js. It is fast, efficient & built-in comprehensive features.
https://github.com/webreinvent/vaahstore
ecommerce-api ecommerce-framework ecommerce-platform ecommerce-store laravel
Last synced: about 1 month ago
JSON representation
VaahStore is a free & open-source ecommerce backend built on top of Laravel and Vue.js. It is fast, efficient & built-in comprehensive features.
- Host: GitHub
- URL: https://github.com/webreinvent/vaahstore
- Owner: webreinvent
- Created: 2022-02-19T06:32:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T19:25:14.000Z (3 months ago)
- Last Synced: 2025-04-29T22:44:42.064Z (about 1 month ago)
- Topics: ecommerce-api, ecommerce-framework, ecommerce-platform, ecommerce-store, laravel
- Language: PHP
- Homepage: https://vaah.dev/store
- Size: 34.6 MB
- Stars: 443
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vaahcms-module-store
Store Module for VaahCMS#### To Run Modules Dusk Test:
- Change path of dusk in `phpunit.dusk.xml` to following:
```xml
...
./VaahCms/Modules/Store/Tests/Browser
...
```- Then run `php artisan dusk`