Skip to content

Commit d571171

Browse files
committed
bug #355 MakerBundle doc : use dev file name (jdeniau)
This PR was merged into the 1.0-dev branch. Discussion ---------- MakerBundle doc : use dev file name By default, the maker bundle is only active in `dev` environment, so the configuration file should be in the `config/packages/dev/` directory, not directly in the `config/packages/` Commits ------- 6608a77 MakerBundle doc : use dev file name
2 parents 646ae97 + 6608a77 commit d571171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the root namespace that is used to "guess" what classes you want to generate:
5151

5252
.. code-block:: yaml
5353
54-
# config/packages/maker.yaml
54+
# config/packages/dev/maker.yaml
5555
# create this file if you need to configure anything
5656
maker:
5757
# tell MakerBundle that all of your classes lives in an

0 commit comments

Comments
 (0)