Skip to content

Commit

Permalink
minor #4702 Clarify tip for creating a new AppBundle (xelaris)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jan 3, 2015
2 parents 8f2fe87 + 7b9d583 commit 9819113
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions best_practices/creating-the-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ that follows these best practices:
.. tip::

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

.. code-block:: bash
Expand Down

0 comments on commit 9819113

Please sign in to comment.