The code uses calls to Yii::$app->settings in different places, but Yii::$app->settings is not a native Yii2 component, so it crashes with
Exception (Unknown Property) 'yii\base\UnknownPropertyException' with message 'Getting unknown property: yii\web\Application::settings'
On which lib / extension does the code rely here? can it be added to composer.json ?