Download the PHP package lyre/commerce without Composer
On this page you can find all versions of the php package lyre/commerce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lyre/commerce
More information about lyre/commerce
Files in lyre/commerce
Download lyre/commerce
More information about lyre/commerce
Files in lyre/commerce
Vendor lyre
Package commerce
Short Description Lyre Commerce package for Laravel (E-commerce)
License MIT
Package commerce
Short Description Lyre Commerce package for Laravel (E-commerce)
License MIT
Please rate this library. Is it a good library?
Informations about the package commerce
Lyre Commerce
Lyre-native e-commerce package: models, repositories, resources, controllers, and domain services (cart, pricing, coupons, checkout). Fully aligned with Lyre patterns and query-string filtering.
Install
- Register provider (if package discovery is not enabled):
- Add
Lyre\Commerce\Providers\LyreCommerceServiceProvider::classto your app providers.
- Add
- Publish config and migrations:
php artisan vendor:publish --tag=lyre-commerce-configphp artisan vendor:publish --tag=lyre-commerce-migrations
- Migrate:
php artisan migrate
Routes
- API prefix:
config('commerce.route_prefix', 'api') - Resources: locations, shippingaddresses, products, productvariants, userproductvariants, productvariantprices, orders, orderitems, coupons, couponusages
- Domain:
cart/*,checkout/*
Integrations
- Uses Lyre repository helpers, resources, and controller patterns
- Supports Lyre query strings: with, relation, relation_in, range, filter, order, per_page, page, startswith, withcount, wherenull, doesnthave, random, first, unpaginated, limit, offset
- Emits events hooks (future extension) per config
All versions of commerce with dependencies
PHP Build Version
Package Version
The package lyre/commerce contains the following files
Loading the files please wait ...