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 c9c049f commit 4f18a5aCopy full SHA for 4f18a5a
doctrine.rst
@@ -368,7 +368,10 @@ you can query the database directly:
368
369
.. code-block:: terminal
370
371
- $ php bin/console doctrine:query:sql "SELECT * FROM product"
+ $ php bin/console doctrine:query:sql 'SELECT * FROM product'
372
+
373
+ # on Windows systems not using Powershell, run this command instead:
374
+ # php bin/console doctrine:query:sql "SELECT * FROM product"
375
376
Take a look at the previous example in more detail:
377
0 commit comments