Self-contained e-commerce platform with multi-tenant support, product catalog, cart, checkout, payments (mock PSP), order management, customer accounts, and an admin panel.
- PHP 8.4 / Laravel 12
- Livewire v4 / Flux UI Free v2
- Tailwind CSS v4
- SQLite
- Pest v4
The complete specification is in specs/. Start with specs/09-IMPLEMENTATION-ROADMAP.md for the build order, then reference the other files as needed:
specs/01-DATABASE-SCHEMA.md- Database schemaspecs/02-API-ROUTES.md- Routes and API endpointsspecs/03-ADMIN-UI.md- Admin panelspecs/04-STOREFRONT-UI.md- Storefrontspecs/05-BUSINESS-LOGIC.md- Business logicspecs/06-AUTH-AND-SECURITY.md- Auth and securityspecs/07-SEEDERS-AND-TEST-DATA.md- Seeders and test dataspecs/08-PLAYWRIGHT-E2E-PLAN.md- E2E browser testsspecs/09-IMPLEMENTATION-ROADMAP.md- Implementation roadmap