Skip to content

Commit 67d1108

Browse files
committed
Remove tip for creating a new AppBundle
The tip seems to be unnecessary, 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.
1 parent cad4d3f commit 67d1108

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

best_practices/creating-the-project.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,6 @@ that follows these best practices:
150150
├─ app.php
151151
└─ app_dev.php
152152
153-
.. tip::
154-
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:
158-
159-
.. code-block:: bash
160-
161-
$ php app/console generate:bundle --namespace=AppBundle --dir=src --format=annotation --no-interaction
162-
163153
Extending the Directory Structure
164154
---------------------------------
165155

0 commit comments

Comments
 (0)