I created a new application as per the docs, then used Gii to create models and CRUD.
None of my controllers function, throwing the error:
Unknown Class – yii\base\UnknownClassException
If I change the namespace in the controllers from app\controllers to frontend\controllers it works.