From ade567f3d3879dd297dcd60d3a3184a594db93b8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 10:15:44 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index d8314425..be8d66a7 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -117,3 +117,5 @@ Notifier * Controllers are 'comfortable' * Tried adding `CurrentUserProvider` service to core, should be passed as an argument. Cannot test. * 'Having Symfony all over the place wasn't the best thing' - when to framework (Matthias Noback) + - Hexagonal architecture + - Keep your kernel away from infrastructure. Let the framework handle the infrastructure.