Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 925 Bytes

File metadata and controls

25 lines (19 loc) · 925 Bytes

Shop

Self-contained e-commerce platform with multi-tenant support, product catalog, cart, checkout, payments (mock PSP), order management, customer accounts, and an admin panel.

Tech Stack

  • PHP 8.4 / Laravel 12
  • Livewire v4 / Flux UI Free v2
  • Tailwind CSS v4
  • SQLite
  • Pest v4

Specs

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 schema
  • specs/02-API-ROUTES.md - Routes and API endpoints
  • specs/03-ADMIN-UI.md - Admin panel
  • specs/04-STOREFRONT-UI.md - Storefront
  • specs/05-BUSINESS-LOGIC.md - Business logic
  • specs/06-AUTH-AND-SECURITY.md - Auth and security
  • specs/07-SEEDERS-AND-TEST-DATA.md - Seeders and test data
  • specs/08-PLAYWRIGHT-E2E-PLAN.md - E2E browser tests
  • specs/09-IMPLEMENTATION-ROADMAP.md - Implementation roadmap