Hello I have a problem with kartik\widgets\ActiveForm; :
Error
Class “kartik\widgets\ActiveForm” not found
- in C:\xampp\htdocs\yiitest20240307_03\backend\views\numberline\numberlinecreatedetail.phpat line 12
use common\models\Numberheader;
use yii\helpers\Html;
use yii\helpers\Url;
use yii\bootstrap5;
//use yii\bootstrap5\ActiveForm;
use kartik\builder\Form;
use kartik\widgets;
use kartik\widgets\ActiveForm;$form = ActiveForm::begin([‘type’=>ActiveForm::TYPE_INLINE]);
Any ideas ? Thanks