Skip to content

Commit 9819113

Browse files
committed
minor #4702 Clarify tip for creating a new AppBundle (xelaris)
This PR was merged into the 2.3 branch. Discussion ---------- Clarify tip for creating a new AppBundle | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | The tip seems to be confusing, since the AppBundle is also generated with `symfony new blog 2.3.23` (and 2.5.8). In addition the mentioned `generate:bundle` command does not work in SF 2.3 SE, since it stops with a `The namespace must contain a vendor namespace` error. Commits ------- 7b9d583 Clarify tip for creating a new AppBundle
2 parents 8f2fe87 + 7b9d583 commit 9819113

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

best_practices/creating-the-project.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ that follows these best practices:
152152
153153
.. tip::
154154

155-
If you are using Symfony 2.6 or a newer version, the ``AppBundle`` bundle
156-
is already generated for you. If you are using an older Symfony version,
155+
If your Symfony installation doesn't come with a pre-generated ``AppBundle``,
157156
you can generate it by hand executing this command:
158157

159158
.. code-block:: bash

0 commit comments

Comments
 (0)