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 1350e6c

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

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎book/page_creation.rst

Copy file name to clipboardExpand all lines: book/page_creation.rst
+6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.