How should I organise the directory/code structure with Symfony4?
I started withController\*BName*\*Fname*\...
Entity\*Fname*\...
Repository\*Fname*\...
Form\*BName*\*Fname*\...
Services\*Fname*\...
Before Symfony4, my structure was*BName\Controller\*Fname*\...
*BName\Entity\*Fname*\...
...
What is right way?