Answer the question
In order to leave comments, you need to log in
Why doesn't the path in the yii2 file work?
I don’t understand what’s wrong, I’m compiling the path in the standard yii2 template, but for some reason it doesn’t work
in the menu.php file
$menuItems = [
['label' => 'Feedback', 'url' => ['/site/feedback']],
];
did not change anything else in this file. public function actionFeddback()
{
return $this->render("feedback");
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question