Often i come find it problematic when deciding where to place folders to resources within the app\
folder.
Where should i place things such as model observers
and validators
and form macros
and repositories
.... currently i do the following
\app
\models
\controllers
\repositories
\observers
\interfaces
\validators
\views
although i see some people do the following:
\app
\models
\controllers
\views
\YourAppNameHere
\Services
\validators
\...
I do not understand the reason behind the \Acme folder when its the same as the actual application?