From 79e995bf90f4f8152b03a2dd59061c31913e647b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Fri, 21 Jul 2017 16:32:44 +0200 Subject: [PATCH] Update Flex documentation with latest structure Ref https://github.com/symfony/recipes/pull/123 & https://github.com/symfony/recipes/pull/124 --- setup/flex.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/flex.rst b/setup/flex.rst index ccc632c52f0..eccd42790aa 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -132,9 +132,9 @@ following directory structure, which is the same used by default in Symfony 4: ├── Makefile ├── config/ │   ├── bundles.php - │   ├── container.yaml │   ├── packages/ - │   └── routing.yaml + │   ├── routes.yaml + │   └── services.yaml ├── public/ │   └── index.php ├── src/ @@ -158,7 +158,7 @@ these manual steps: file of your original project. Beware that this is the most time-consuming and error-prone step of the upgrade process. #. Move the original parameters defined in ``app/config/parameters.*.yml`` to the - new ``config/container.yaml`` and ``.env`` files depending on your needs. + new ``config/services.yaml`` and ``.env`` files depending on your needs. #. Move the original source code from ``src/{App,...}Bundle/`` to ``src/`` and update the namespaces of every PHP file (advanced IDEs can do this automatically). #. Move the original templates from ``app/Resources/views/`` to ``templates/``