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:
54
54
55
55
.. code-block :: bash
56
56
57
- $ php app /console doctrine:phpcr:init:dbal
57
+ $ php bin /console doctrine:phpcr:init:dbal
58
58
59
59
.. note ::
60
60
@@ -69,7 +69,7 @@ Now you can generate the bundle in which you will write most of your code:
69
69
70
70
.. code-block :: bash
71
71
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
73
73
74
74
The Documents
75
75
.............
@@ -294,7 +294,7 @@ them manually using the following command:
294
294
295
295
.. code-block :: bash
296
296
297
- $ php app /console doctrine:phpcr:repository:init
297
+ $ php bin /console doctrine:phpcr:repository:init
298
298
299
299
.. note ::
300
300
@@ -308,7 +308,7 @@ content repository:
308
308
309
309
.. code-block :: bash
310
310
311
- $ php app/ console doctrine:phpcr:node:dump
311
+ $ php bin \ c onsole doctrine:phpcr:node:dump
312
312
313
313
Create Data Fixtures
314
314
~~~~~~~~~~~~~~~~~~~~
@@ -404,7 +404,7 @@ Then load the fixtures:
404
404
405
405
.. code-block :: bash
406
406
407
- $ php app /console doctrine:phpcr:fixtures:load
407
+ $ php bin /console doctrine:phpcr:fixtures:load
408
408
409
409
You should now have some data in your content repository.
410
410
You can’t perform that action at this time.
0 commit comments