Open
Conversation
- 17 migrations covering multi-tenant schema (stores, products, variants, inventory, carts, checkouts, orders, payments, shipping, taxes, discounts, pages, nav, themes, analytics, apps) - 40+ Eloquent models with BelongsToStore trait and StoreScope - Customer auth guard + provider, admin auth Livewire Login - ResolveStore middleware (hostname + session resolution) - MockPaymentProvider with magic card numbers - CartService / PricingService / InventoryService / OrderService / CheckoutService / DiscountService / ShippingService - Livewire storefront (home, product, collection, cart, checkout, confirmation, search, pages, account login/register/dashboard) - Livewire admin (dashboard, products, orders, customers, collections, inventory, discounts, pages, navigation, settings) - Demo seeder with 10 products, 5 customers, 5 paid orders, 2 discount codes, 2 shipping zones, tax config Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Wire ResolveStore into Livewire update route so tenant bindings persist across reactive updates - Rename customers' test helpers, refresh Pest.php with store/tenant helpers, add 26 unit + feature tests covering pricing (discount, free shipping, tax), inventory reservation, mock payment provider, storefront smoke, and full cart to order - Drop Fortify-era starter tests that assumed routes we replaced - Verified end to end via Playwright: home → product → cart (with WELCOME10 discount) → checkout → order #1006 → admin fulfillment with tracking Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rCloud UI instead
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.