This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 \ c onsole 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
You can’t perform that action at this time.
0 commit comments