Answer the question
In order to leave comments, you need to log in
Why is the module not included in Yii2?
Created str module:
web.php
'modules' => [
'str' => [
'class' => 'app\modules\str\module',
'layout' => 'main'
],
],
ReflectionException
Class app\modules\str\module does not exist
Answer the question
In order to leave comments, you need to log in
'modules' => [
'str' => [
'class' => 'app\modules\str\Module',
'layout' => 'main'
],
],
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question