From e0fa5cb60aca5b28171c35639a8f45bd6449200f Mon Sep 17 00:00:00 2001 From: fridde Date: Sat, 18 Nov 2017 19:45:00 +0100 Subject: [PATCH 1/2] Update flex.rst --- setup/flex.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/flex.rst b/setup/flex.rst index ae3a09202f5..4d88d5d3a7f 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -148,6 +148,7 @@ following directory structure, which is the same used by default in Symfony 4: │   ├── ... │   └── Kernel.php ├── templates/ + ├── translations/ └── vendor/ This means that installing the ``symfony/flex`` dependency in your application From 4f628d7959c12780697836076847fe192a63812c Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 21 Nov 2017 14:55:49 -0500 Subject: [PATCH 2/2] adding other dirs --- setup/flex.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/flex.rst b/setup/flex.rst index 4d88d5d3a7f..3608e79d1ab 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -137,6 +137,9 @@ following directory structure, which is the same used by default in Symfony 4: .. code-block:: text your-project/ + ├── assets/ + ├── bin/ + │   └── console ├── config/ │   ├── bundles.php │   ├── packages/ @@ -148,7 +151,9 @@ following directory structure, which is the same used by default in Symfony 4: │   ├── ... │   └── Kernel.php ├── templates/ + ├── tests/ ├── translations/ + ├── var/ └── vendor/ This means that installing the ``symfony/flex`` dependency in your application