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

Commit 4f9df26

Browse files
committed
Merge pull request #400 from dantleech/doc_fix
Fixed explanation for doctrine:database:create
2 parents f103490 + ae7d70b commit 4f9df26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/creating_a_cms/getting-started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ database:
6464
6565
$ php app/console doctrine:database:create
6666
67-
This will create a new database called ``symfony`` - this is the name used by
68-
default in the Symfony Standard Edition, change it as might be necessary.
67+
This will create a new database according to the configuration file
68+
``parameters.yml``.
6969

7070
The Doctrine DBAL backend needs to be initialized, the following command
7171
will create the MySQL schema required to store the hierarchical

0 commit comments

Comments
 (0)