https://github.com/pyrocms/store
The default store bundle for Pyro.
https://github.com/pyrocms/store
Last synced: 3 months ago
JSON representation
The default store bundle for Pyro.
- Host: GitHub
- URL: https://github.com/pyrocms/store
- Owner: pyrocms
- License: mit
- Created: 2017-08-01T18:45:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T21:29:37.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T05:26:15.952Z (about 1 year ago)
- Size: 11.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Store
The default store bundle for Pyro.
### Until we finish our plan for distribution please install manually as described below.
Copy the project requirements to your `composer.json` file and run `composer update`. Be sure to use `--prefer-source` if you plan to contribute.
Then install all the addons with the following artisan commands:
```bash
php artisan addon:install anomaly.module.carts
php artisan addon:install anomaly.module.taxes
php artisan addon:install anomaly.module.orders
php artisan addon:install anomaly.module.products
php artisan addon:install anomaly.module.shipping
php artisan addon:install anomaly.module.checkouts
php artisan addon:install anomaly.module.customers
php artisan addon:install anomaly.extension.basic_checkout
php artisan addon:install anomaly.extension.flat_rate_shipping_method
```