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 +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 115
115
116
116
.. code-block :: bash
117
117
118
- $ php app /console doctrine:database:create
118
+ $ php bin /console doctrine:database:create
119
119
120
120
If you don't have sqlite, you can specify ``pdo_mysql `` or ``pdo_pgsql `` and
121
121
provide the database name and login credentials to use.
@@ -124,14 +124,14 @@ Then you have to set up your database with:
124
124
125
125
.. code-block :: bash
126
126
127
- $ php app /console doctrine:phpcr:init:dbal --force
127
+ $ php bin /console doctrine:phpcr:init:dbal --force
128
128
129
129
Once your database is set up, you need to `register the node types `_ for
130
130
phpcr-odm:
131
131
132
132
.. code-block :: bash
133
133
134
- $ php app /console doctrine:phpcr:repository:init
134
+ $ php bin /console doctrine:phpcr:repository:init
135
135
136
136
Import the Fixtures
137
137
~~~~~~~~~~~~~~~~~~~
@@ -141,7 +141,7 @@ They are loaded using the fixture loading concept of PHPCR-ODM.
141
141
142
142
.. code-block :: bash
143
143
144
- $ php app /console -v doctrine:phpcr:fixtures:load
144
+ $ php bin /console -v doctrine:phpcr:fixtures:load
145
145
146
146
This command loads fixtures from all bundles that provide them in the
147
147
``DataFixtures/PHPCR `` folder. The sandbox has fixtures in the
You can’t perform that action at this time.
0 commit comments