I recently integrated zend framework with doctrine 2. I am having some issues trying to generate repository classes. I have no problems generating proxies.
The weird part is when I generate-repositories the output says
Repository classes generated to "/library"
But I cant seem to find the files. Inside my Entity class I have:
@Entity(repositoryClass="Entity\Repository\UserRepository")
Does anyone have any idea?