Skip to content

Commit 1350e6c

Browse files
committed
Added a note for users with an existing AcmeDemoBundle
1 parent 1c01b49 commit 1350e6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/page_creation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ A bundle is nothing more than a directory that houses everything related
9898
to a specific feature, including PHP classes, configuration, and even stylesheets
9999
and JavaScript files (see :ref:`page-creation-bundles`).
100100

101+
Depending on the way you installed Symfony, you may already have a bundle called
102+
``AcmeDemoBundle``. Browse the ``src/`` directory of your project and check
103+
if there is a ``DemoBundle/`` directory inside an ``Acme/`` directory. If those
104+
directories already exist, skip the rest of this section and go directly to
105+
create the route.
106+
101107
To create a bundle called ``AcmeDemoBundle`` (a play bundle that you'll
102108
build in this chapter), run the following command and follow the on-screen
103109
instructions (use all of the default options):

0 commit comments

Comments
 (0)