File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Original file line number Diff line number Diff line change @@ -98,6 +98,12 @@ A bundle is nothing more than a directory that houses everything related
98
98
to a specific feature, including PHP classes, configuration, and even stylesheets
99
99
and JavaScript files (see :ref: `page-creation-bundles `).
100
100
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
+
101
107
To create a bundle called ``AcmeDemoBundle `` (a play bundle that you'll
102
108
build in this chapter), run the following command and follow the on-screen
103
109
instructions (use all of the default options):
You can’t perform that action at this time.
0 commit comments