Installation instructions conflicts with later database creation instructions
authentictech opened this issue · 0 comments
authentictech commented
The documentation at http://symfony.com/doc/master/cmf/book/installation.html provides the code:
composer create-project symfony-cmf/standard-edition <path-to-install> "~1.2"
However, subsequent instructions to set up the database (e.g. php bin/console doctrine:database:create
) do not work because, in the given release, console is in the app directory, not the bin directory.
Please correct the mismatch.
Thanks