Docker
Why and how you should use Docker with Symfony 4
Symfony 4 made a deliberate choice to create new features to support microservices. Symfony Flex and Recipes make it easy to create a project that holds the minimal of dependencies, for example, the Twig (layout) component is not loaded when creating a minimal API application: 12composer create-project symfony/skeleton my-project composer req Read more…