Answer the question
In order to leave comments, you need to log in
Yii2 console controller conflict with ContentNegotiator?
I declared in common\config\main.php an autoloaded user language specifier:
'bootstrap' => [
'ContentNegotiator' => [
'class' => 'yii\filters\ContentNegotiator',
'languages' => [
'en',
'ru',
'de',
],
],
],
Answer the question
In order to leave comments, you need to log in
Move the configuration from the general configuration to the frontend configuration, in the file frontend/config/main.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question