diff --git a/src/App/templates/app/index.html.twig b/src/App/templates/app/index.html.twig index 864d235..23e4583 100644 --- a/src/App/templates/app/index.html.twig +++ b/src/App/templates/app/index.html.twig @@ -90,14 +90,14 @@
API, Admin and Queue declare the same 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.