try :
php app/console doctrine:generate:entities EvrHomeBundle:Article
If you are using symfony 3.0 or higher then substitue app with bin:
php bin/console doctrine:generate:entities EvrHomeBundle:Article
If you are using symfony 4+ then :
php bin/console make:entity --regenerate