symfony-cmf / symfony-cmf-docs

The documentation for the symfony content management framework
http://cmf.symfony.com
44 stars 157 forks source link

Installation instructions conflicts with later database creation instructions #825

Closed authentictech closed 7 years ago

authentictech commented 7 years ago

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