v2

Loreax Documentation

Last Updated: April 27, 2026


Core Documentation

Technical Design & Architecture

Development Guides

Identity & Authorization

  • Identity Domain — Authentication, MFA, and user management
  • Wikis: Domain-specific implementation guides in ./wikis/

Deployment Documentation


Quick Links

Need Document
Complete system spec loreax-technical-design.md
Agent implementation rules ../AGENTS.md
Working with Claude ../CLAUDE.md
Implementation progress ../IMPLEMENTATION_PLAN.md
Generate API docs development/OPENAPI_GENERATION.md
Production env setup deployment/ENV_VARIABLES.md

API Reference

Interactive API documentation is available at /docs/api when the application is running.

To regenerate:

php artisan loreax:openapi:generate

See OpenAPI Generation Guide for details.