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.
2 parents b158252 + 3cf2518 commit 01a7602Copy full SHA for 01a7602
book/doctrine.rst
@@ -96,8 +96,8 @@ for you:
96
97
.. code-block:: bash
98
99
- $ app/console doctrine:database:drop --force
100
- $ app/console doctrine:database:create
+ $ php app/console doctrine:database:drop --force
+ $ php app/console doctrine:database:create
101
102
There's no way to configure these defaults inside Doctrine, as it tries to be
103
as agnostic as possible in terms of environment configuration. One way to solve
0 commit comments