“Class XXX is not a valid entity or mapped super class” after moving the class in the filesystem

前端 未结 12 1204
悲哀的现实
悲哀的现实 2020-12-01 08:51

I had an entity class in Aib\\PlatformBundle\\Entity\\User.php

I had no problems trying to create its form class through

php app/ console doc

12条回答
  •  时光说笑
    2020-12-01 09:17

    I got rid of the same error message as in your case by using app/console_dev instead of just app/console

提交回复
热议问题