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

Commit a9b733f

Browse files
committed
revert e2f81bf for the cmf 2.0 documentation
1 parent f063306 commit a9b733f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/editions/cmf_sandbox.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ run:
115115

116116
.. code-block:: bash
117117
118-
$ php app/console doctrine:database:create
118+
$ php bin/console doctrine:database:create
119119
120120
If you don't have sqlite, you can specify ``pdo_mysql`` or ``pdo_pgsql`` and
121121
provide the database name and login credentials to use.
@@ -124,14 +124,14 @@ Then you have to set up your database with:
124124

125125
.. code-block:: bash
126126
127-
$ php app/console doctrine:phpcr:init:dbal --force
127+
$ php bin/console doctrine:phpcr:init:dbal --force
128128
129129
Once your database is set up, you need to `register the node types`_ for
130130
phpcr-odm:
131131

132132
.. code-block:: bash
133133
134-
$ php app/console doctrine:phpcr:repository:init
134+
$ php bin/console doctrine:phpcr:repository:init
135135
136136
Import the Fixtures
137137
~~~~~~~~~~~~~~~~~~~
@@ -141,7 +141,7 @@ They are loaded using the fixture loading concept of PHPCR-ODM.
141141

142142
.. code-block:: bash
143143
144-
$ php app/console -v doctrine:phpcr:fixtures:load
144+
$ php bin/console -v doctrine:phpcr:fixtures:load
145145
146146
This command loads fixtures from all bundles that provide them in the
147147
``DataFixtures/PHPCR`` folder. The sandbox has fixtures in the

0 commit comments

Comments
 (0)