开发者

Doctrine 2.0 mini tutorial error - The 'class-dir' argument is required for this driver

开发者 https://www.devze.com 2022-12-19 23:14 出处:网络
I am getting orm:schema-tool => Th开发者_Go百科e supplied configuration uses the annotation metadata driver. The \'class-dir\'

I am getting

orm:schema-tool => Th开发者_Go百科e supplied configuration uses the annotation metadata driver. The 'class-dir' argument is required for this driver.

When I try to follow the Doctrine 2.0 alpha (I know it's alpha) mini tutorial

I am on Windows 7 x64, wamp 2. I ran

php.exe doctrine.php orm:schema-tool --create


From within the same directory:

php.exe doctrine orm:schema-tool --create --class-dir=./Entities
0

精彩评论

暂无评论...
验证码 换一张
取 消