From 965b1476e6a176e9b81e8fe7d79af8f2784c5ed2 Mon Sep 17 00:00:00 2001
From: arhimede API, Admin and Queue declare the same Three applications, one platform
Core namespaces — the same entities, repositories and services.
A User means the same thing to the endpoint that creates it, the admin screen that moderates it and the worker that emails it.
- Three deployables that scale independently and never disagree about the domain.
Core\App Core\Admin Core\User
Core\Security Core\Setting
- One set of entities and repositories, integrated into each application as a Git submodule.
+One set of entities and repositorie. Committed in each repo so a single-component start just works — lift it into its own repo and share it as a Git submodule when you add a second.