Closed authentictech closed 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.
php bin/console doctrine:database:create
Please correct the mismatch.
Thanks
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