Zarkoeleto
Zarkoeleto

Reputation: 133

Jobeet for Symfony 2 error

I try to set up jobeet using git and when i try to open localhost/jobeet/web I get class not found:

 Fatal error: Class 'Erlem\JobeetBundle\Repository\JobRepository' not found in
 D:\OpenServer\OpenServer\domains\joobet\vendor\doctrine\orm\lib\Doctrine\ORM\Repository\DefaultRepositoryFactory.php on line 75

Upvotes: 0

Views: 67

Answers (1)

Aitch
Aitch

Reputation: 1697

If you say git, you didn't include the code with the composer right? Have a look at

  1. https://getcomposer.org/doc/05-repositories.md how to include git repositories and then
  2. add it to your autoloader https://getcomposer.org/doc/01-basic-usage.md#autoloading

Upvotes: 0

Related Questions