8000 Clarify tip for creating a new AppBundle · symfony/symfony-docs@5244d63 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5244d63

Browse files
committed
Clarify tip for creating a new AppBundle
The previous description was not quite right, since an AppBundle can also be there in versions before 2.6.
1 parent 153565e commit 5244d63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

best_practices/creating-the-project.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ 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,
157-
you can generate it by hand executing this command:
155+
If you are using a Symfony version, which does not come with a pregenerated
156+
``AppBundle``, you can generate it by hand executing this command:
158157

159158
.. code-block:: bash
160159

0 commit comments

Comments
 (0)
0