Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6235232

Browse files
committed
Merge pull request #658 from jdespatis/patch-5
generate:bundle is only available in dev env in recent versions of SF
2 parents 411aa28 + 9f61ccd commit 6235232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Now you can generate the bundle in which you will write most of your code:
8989

9090
.. code-block:: bash
9191
92-
$ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --no-interaction
92+
$ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --no-interaction --env=dev
9393
9494
The Documents
9595
.............

0 commit comments

Comments
 (0)