Skip to content

Commit 84fd734

Browse files
committed
minor #9111 Update doctrine.rst (workschan, javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Update doctrine.rst Commits ------- 4f18a5a Add a note about running Doctrine commands on Windows c9c049f Update doctrine.rst
2 parents ff8bb83 + 4f18a5a commit 84fd734

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doctrine.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,9 @@ you can query the database directly:
370370
371371
$ php bin/console doctrine:query:sql 'SELECT * FROM product'
372372
373+
# on Windows systems not using Powershell, run this command instead:
374+
# php bin/console doctrine:query:sql "SELECT * FROM product"
375+
373376
Take a look at the previous example in more detail:
374377

375378
.. _doctrine-entity-manager:

0 commit comments

Comments
 (0)