We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4084a8d commit 7d5ea3eCopy full SHA for 7d5ea3e
book/propel.rst
@@ -18,8 +18,11 @@ persist it to the database and fetch it back out.
18
.. sidebar:: Code along with the example
19
20
If you want to follow along with the example in this chapter, create an
21
- ``AcmeStoreBundle`` via: ``php app/console generate:bundle
22
- --namespace=Acme/StoreBundle``.
+ ``AcmeStoreBundle`` via:
+
23
+ .. code-block:: bash
24
25
+ php app/console generate:bundle --namespace=Acme/StoreBundle
26
27
Configuring the Database
28
~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments