Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 87ebd14

Browse files
bogdanieldbu
authored andcommitted
Changed some of the commands (#819)
Fix path to console command
1 parent f9a8bbb commit 87ebd14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorial/getting-started.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ node content of the PHPCR content repository:
5454

5555
.. code-block:: bash
5656
57-
$ php app/console doctrine:phpcr:init:dbal
57+
$ php bin/console doctrine:phpcr:init:dbal
5858
5959
.. note::
6060

@@ -69,7 +69,7 @@ Now you can generate the bundle in which you will write most of your code:
6969

7070
.. code-block:: bash
7171
72-
$ php app/console generate:bundle --namespace=AppBundle --dir=src --format=yml --no-interaction
72+
$ php bin/console generate:bundle --namespace=AppBundle --dir=src --format=yml --no-interaction
7373
7474
The Documents
7575
.............
@@ -294,7 +294,7 @@ them manually using the following command:
294294

295295
.. code-block:: bash
296296
297-
$ php app/console doctrine:phpcr:repository:init
297+
$ php bin/console doctrine:phpcr:repository:init
298298
299299
.. note::
300300

@@ -308,7 +308,7 @@ content repository:
308308

309309
.. code-block:: bash
310310
311-
$ php app/console doctrine:phpcr:node:dump
311+
$ php bin\console doctrine:phpcr:node:dump
312312
313313
Create Data Fixtures
314314
~~~~~~~~~~~~~~~~~~~~
@@ -404,7 +404,7 @@ Then load the fixtures:
404404

405405
.. code-block:: bash
406406
407-
$ php app/console doctrine:phpcr:fixtures:load
407+
$ php bin/console doctrine:phpcr:fixtures:load
408408
409409
You should now have some data in your content repository.
410410

0 commit comments

Comments
 (0)