diff --git a/setup/flex.rst b/setup/flex.rst index ae3a09202f5..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,6 +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