How can I connect the script after connecting all the scripts (specifically jQuery is interested) tried this way.
$this->registerJsFile(Yii::getAlias('@backendWebroot').'/js/morris.min.js',['position' => yii\web\View::POS_READY]); It does not appear at all, the exact same situation is through POS_LOAD. if so as you know immediately after the tag
$this->registerJsFile(Yii::getAlias('@backendWebroot').'/js/morris.min.js',['position' => yii\web\View::POS_END]);