Skip to content

Commit 4f18a5a

Browse files
Add a note about running Doctrine commands on Windows
1 parent c9c049f commit 4f18a5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doctrine.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,10 @@ you can query the database directly:
368368

369369
.. code-block:: terminal
370370
371-
$ php bin/console doctrine:query:sql "SELECT * FROM product"
371+
$ 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"
372375
373376
Take a look at the previous example in more detail:
374377

0 commit comments

Comments
 (0)