Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: Documentation
-
Labels:None
-
Environment:Mac 10.6.4 PHP 5.3.1
Description
Quick Start documentation for ORM has a bug
http://www.doctrine-project.org/projects/orm/2.0/docs/reference/introduction/en#sandbox-quickstart
The "Mini-tutorial" first step says to run
" php doctrine orm:schema-tool:create ./Entities "
but this results in the script saying:
[RuntimeException]
Too many arguments.
removing the ./Entities parameter seems to work fine and gets the response that the tutorial specifies.