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

Changed some of the commands #819

Merged
merged 2 commits into from
Mar 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tutorial/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ node content of the PHPCR content repository:

.. code-block:: bash

$ php app/console doctrine:phpcr:init:dbal
$ php bin/console doctrine:phpcr:init:dbal

.. note::

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

.. code-block:: bash

$ php app/console generate:bundle --namespace=AppBundle --dir=src --format=yml --no-interaction
$ php bin/console generate:bundle --namespace=AppBundle --dir=src --format=yml --no-interaction

The Documents
.............
Expand Down Expand Up @@ -294,7 +294,7 @@ them manually using the following command:

.. code-block:: bash

$ php app/console doctrine:phpcr:repository:init
$ php bin/console doctrine:phpcr:repository:init

.. note::

Expand All @@ -308,7 +308,7 @@ content repository:

.. code-block:: bash

$ php app/console doctrine:phpcr:node:dump
$ php bin\console doctrine:phpcr:node:dump

Create Data Fixtures
~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -404,7 +404,7 @@ Then load the fixtures:

.. code-block:: bash

$ php app/console doctrine:phpcr:fixtures:load
$ php bin/console doctrine:phpcr:fixtures:load

You should now have some data in your content repository.

Expand Down