Symfony2 Jobeet tutorial day 3 error invalid mapping
问题 When I generate bundle entities with code php app/console doctrine:generate:entities EnsJobeetBundle I'm getting this error [Doctrine\Common\Persistence\Mapping\MappingException] Invalid mapping file 'Ens.JobeetBundle.Entity.Affiliate.orm.yml' for class 'Ens\JobeetBundle\Entity\Affiliate'. This is Affiliate.orm.yml file: Ens\JobeetBundle\Entity\Affiliate: type: entity table: affiliate id: id: type: integer generator: { strategy: AUTO } fields: url: type: string length: 255 email: type: string